by Renthalkx97
GUI Panels
|
|
[4 replies] Last: you might want to give ''qt'' a try. especially the things you plan t... (by Darkmaster)
|
by ntran
Renaming a process
|
|
[1 reply] : IIRC its going to be whatever the name of the process already is. that... (by Little Bobby Tables)
|
by Cambalinho
why the static control is 'hided'?
|
|
[2 replies] Last: by some reason, i can't use that message... that msdn doc make me more... (by Cambalinho)
|
by Cambalinho
error in message WM_PAINT
|
|
[2 replies] Last: you have right.. thanks for correct me (by Cambalinho)
|
by ntran
GUI Library for windows
|
|
[2 replies] Last: Thanks, it's a good option. (by ntran)
|
EnumDisplayMonitors from HDC |
|
[no replies]
|
by tec23
How to detect a UTF-8 file without bom?
|
|
[1 reply] : bool IsUTF8(const void* pBuffer, long size) { bool IsUTF8 = true;... (by Lyrus)
|
by tec23
TCHAR array initialization
|
|
[9 replies] Last: Me and Disch are talking about different things. What's confusing abou... (by knn9)
|
by supracharger
Work around for using C++ class with extern "C" DLL, class, function overloading, templates
|
|
[8 replies] Last: Thank you kbw for your various answers to my question. -Andrew (by supracharger)
|
by igor1985
drawing NOT filled Rectangles?
|
|
[2 replies] Last: Thanks!! i think by default rectangles should be transparent, and fil... (by igor1985)
|
Compatibility of Borland C++ Builder 6.0 and Windows 8.1 |
|
[5 replies] Last: borland c++ is using win32 api, and since windows is backward compatib... (by tath)
|
by AKD
PROGRAM CANNOT RUN
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/1/ (by cire)
|
by SixTsevN
What is the maximum size of a Bitmap?
|
|
[2 replies] Last: Interesting... (by SixTsevN)
|
by nxvietit
How to write game Contra on C++ And DirectX
|
|
[4 replies] Last: thanks sir. :) (by nxvietit)
|
by SixTsevN
CreateCompatibleBitmap() from Un-released DC
|
|
[3 replies] Last: It belongs to a class. Similar to that of a BackBuffer. (by SixTsevN)
|
Screen-saver application (Beginner) |
|
[3 replies] Last: Yes, but this is a screen-saver on a single monitor or display whilst ... (by Jack Hammered)
|
by Bogeyman
// Comments not working
|
|
[2 replies] Last: Thanks for the reply. Do you know how I can change the version of C I'... (by Bogeyman)
|
by ahcfan
Opening multiple files in explorer with one instance of my application?
|
|
[2 replies] Last: You'll need to fiddle around with synchronization objects and inter-pr... (by duky)
|
by parth9o1
save file to usb
|
|
[1 reply] : Do you mean using SHBrowseForFolder() ? http://msdn.microsoft.com/en-u... (by modoran)
|
by taipscode
Run C++ Console in Vb.net ?
|
|
[11 replies] Last: Op! Hi Freddie1. Can you help me run my code C++ in vb.net ? I had ... (by taipscode)
|