C++ WinForms Problem :S 07/27/2013 - .NET Languages - 5 Replies Guten Tag, habe eine Fehlermeldung die ich leider nicht nachvollziehen kann könnte mir vllt ejmand helfen ?
Fehlermeldung in Visual Studio 2012:
1>------ Build started: Project: Calculator, Configuration: Debug Win32 ------
1> MyForm.cpp
1>c:\users\lulzsec\desktop\calculator\calculat or\MyForm.h(191): warning C4244: '=' : conversion from 'wchar_t' to 'char', possible loss of data
1>LINK : fatal error LNK1561: entry point must be defined
========== Build: 0 succeeded, 1 failed, 0...
[C# WinForms] Picturebox.Height aus Textbox auslesen & ersetzen 03/09/2013 - General Coding - 0 Replies Hey!
C# / WinForms
Ich verzweifle gerade, denn ich habe keine Ahnung, wie ich aus einer Textbox den Wert an die Höhe/Breite einer PictureBox anlegen kann... :/
Also ich habe eine PictureBox und deren Höhe soll per Button von einer Textbox ausgelesen werden und halt ersetzt werden...
C++ Code ConsoleApp -> WinForms 01/08/2013 - C/C++ - 1 Replies Hey,
i want to implement some code from my console app to my win form.
dont know how to write that for loop in win forms though...
pls help, thanks.
in console app:
C++ (WinForms) Play .wav file from resource 12/05/2012 - C/C++ - 2 Replies Hey,
im trying to play a .wav sound from my resources in c++.
works with PlaySound() in console app.
but i cant figure out how to play the sound in winformsapp.
tryed a few things out but it wont work. google didnt help me that much...