by TheCrafter
C++ Win32 keyboard hits counter project
|
|
[no replies]
|
Why doesnt the main method work inside a class? |
|
[1 reply] : main is the entry point into your program, it should not go in a cla... (by mutexe)
|
by Duthomhas
Profile Tile bitmap is damaged?
|
|
[8 replies] Last: That's the problem I'm having with mine -- it is offset wrong. What it... (by Duthomhas)
|
by Cambalinho
C++ : win32 - how select a HFONT?
|
|
[14 replies] Last: see the image: https://onedrive.live.com/?id=C3EF456E15C8DEB6!1286&cid... (by Cambalinho)
|
by firecannons
MSDN Sample Program not Working
|
|
[11 replies] Last: Sorry for the slow reply. Despite only being about half-way through t... (by firecannons)
|
by RaduV
How to generate XML documentation in VC++?
|
|
[1 reply] : Here's a rough example of what i'm trying to do, mydll.h class MYDLL... (by RaduV)
|
by RaduV
Can you set the combobox height after creation?
|
|
[7 replies] Last: Yep, I found it out too. I get exasperated when somebodty tells me so... (by freddie1)
|
by LASims
Visual C++ Reading Binary Files
|
|
[12 replies] Last: You can still use Visual Studio 2003 just fine. I sometimes use Visua... (by freddie1)
|
by Lpark34
MFC Error Help
|
|
[3 replies] Last: You need to add Registry.cpp to your project. I take it it originally... (by kbw)
|
by AcarX
[Winsock2] Extra characters at the end of string
|
|
[3 replies] Last: I was just wondering if i could do that without having to extend/redu... (by coder777)
|
How does this serialport program work in C++ |
|
[5 replies] Last: If you're from a C background and would rather avoid .NET you could us... (by andywestken)
|
by Lpark34
MFC Dialog Based Application
|
|
[11 replies] Last: //Main.cpp #ifndef UNICODE #define UNICODE #endif #ifndef _UNICODE ... (by freddie1)
|
Changing Textbox from the cpp file |
|
[1 reply] : BTW. I know I could update it from the form1 file but thats not what I... (by JenniferLostTheWar)
|
by shawnlau
Is SDL a good option for developing a paint program?
|
|
[3 replies] Last: Think I've found it here : http://docs.opencv.org/modules/imgproc/doc... (by shawnlau)
|
by BobbyT321
New to this
|
|
[3 replies] Last: https://msdn.microsoft.com/en-us/library/windows/desktop/aa383751%28... (by Homberto)
|
by tritone
Help for ANE
|
|
[1 reply] : One question are you looking to query for all hardware information lik... (by vickoza)
|
by crawphish
Saving a Bitmap to the same filename it was loaded from
|
|
[3 replies] Last: are you including the following code: GetEncoderClsid(L"image/jpg", &... (by vickoza)
|
by vickoza
how do I inherit from a native C++ objects in different assemblies
|
|
[no replies]
|
by Gyiove
checking how much ram my program is currently using.
|
|
[4 replies] Last: The stackoverflow.com post Homberto pointed you at looks pretty exhaus... (by andywestken)
|
by Kalist
How to call a function within DLL?
|
|
[16 replies] Last: I have a solution in VS 2008 with 2 projects in it. One is a DLL writt... (by Jimmy09)
|