by alexbnc
Get window children
|
|
[3 replies] Last: Then use EnumChildWindows() API: http://msdn.microsoft.com/en-us/libr... (by modoran)
|
by Phiru
Windows 7?? Windows XP?
|
|
[7 replies] Last: Freedom from the tyranny of memory! (by Catfish)
|
by wOvalle
I got serious problems with Visual c++ and including files.
|
|
[7 replies] Last: Well, I had to restructure my code because all were wrong, I didn't ge... (by wOvalle)
|
by Jdhonse
How to pass array elements to called function
|
|
[3 replies] Last: This has nothing to do with how smart you or I am, it has to do with y... (by NanoBytes)
|
by bearsomg
MCI freezing when trying to play MP3
|
|
[no replies]
|
by deividaxas
How to edit windows?(buttons,text)
|
|
[8 replies] Last: MSDN has a list of common controls and how to manipulate them here: h... (by Texan40)
|
by zsukal
Problem with jpeg-8 compiling library
|
|
[2 replies] Last: I found my mistake, in the zip file are examples, worked when removed ... (by zsukal)
|
by truffly
const char* to char
|
|
[3 replies] Last: 1. Sorry, the underscores were what the inputs were, as well as the bl... (by truffly)
|
by acdc123
Game Speed discrepancies for different computers
|
|
[1 reply] : What i would do is look at the operating system, and the processor typ... (by IWishIKnew)
|
by alexbnc
Weird chars added when open file
|
|
[6 replies] Last: Yeah, webJose and Lamblion are right. (by NanoBytes)
|
by Buea Didnt
Open a new window (win32) c++
|
|
[2 replies] Last: Ok, im was too lazy to actually go through your code and rewrite what ... (by NanoBytes)
|
by soranz
GetWindowRect(LPRECT lprect) issue...
|
|
[6 replies] Last: Ahhhh ok ! I think that'll work. U'r a genius thanks !!! :) (by soranz)
|
by lanceTCT
Printing using WIN 32 API/GDI
|
|
[3 replies] Last: thanksss~~ (by lanceTCT)
|
by DizzyThermal
Overloading Operators
|
|
[3 replies] Last: ECE 264 @ University of Massachusetts: Dartmouth.. lmfao I got it all... (by DizzyThermal)
|
Static link error |
|
[6 replies] Last: my fault... I have this defiened #if defined VX_WINDOWS #ifdef ... (by closed account ozqpfSEw)
|
by dds
launch a thread from a class
|
|
[1 reply] : When you use class static member data, not only do you have to define ... (by kbw)
|
by alexbnc
BS_AUTOCHECKBOX always returning UNCHECKED state
|
|
[4 replies] Last: You can also try this -- if(LOWORD(wParam)==CCK_ACTIVATE && HIWORD... (by Lamblion)
|
by focit
reading a .dat file
|
|
[1 reply] : int i getfile >> i; http://cplusplus.com/reference/iostream/istrea... (by bbgst)
|
by Phiru
progress bar with copyfile??
|
|
[3 replies] Last: Thanks I got that!! (by Phiru)
|
by AnthonyC
How do I directly reference a Bitmap resource within a DLL?
|
|
[2 replies] Last: Thanks for the reply, however LoadImage and Load Resource won't allow ... (by AnthonyC)
|