by cyneox
GetComputerName Not Returning
|
|
[3 replies] Last: @ OP: Notice the inclusion of the 'A' at the end of the function name ... (by Computergeek01)
|
by zoran404
Drag and click events, winapi
|
|
[2 replies] Last: Yea, I probably got too used to general subforum that i forgot that th... (by zoran404)
|
by Erhy
GetMessage with lpMsg NULL, but it works - why?
|
|
[4 replies] Last: Thank You so much ! I will try to add the hook code in a windows app ... (by Erhy)
|
by adammmm4
launch parameters
|
|
[1 reply] : You can call http://msdn.microsoft.com/en-us/library/windows/desktop/m... (by codewalker)
|
by adammmm4
Databases
|
|
[3 replies] Last: This is how to use MySQL on windows (binary and source code available ... (by modoran)
|
by tec23
How to make static variables not get automatically initialized with 0?
|
|
[1 reply] : You have to assign it a value, you cannot change the default from zero... (by kbw)
|
SFML |
|
[1 reply] : The error tells me you gave your World class a constructor, but never ... (by Disch)
|
by Leon Vitanos
SYSTEM_POWER_STATUS, BatteryFlag returns 9 when charging.
|
|
[5 replies] Last: SYSTEM_POWER_STATUS pwr; GetSystemPowerStatus(&pwr); if (pwr.Battery... (by modoran)
|
by bernard0833
Win32 - get the real name of a file
|
|
[5 replies] Last: Was in a hurry I apologize for my short answer. Thanks kbw for the sol... (by bernard0833)
|
by haydnguy
C++ And Universal Apps
|
|
[no replies]
|
by SixTsevN
BitBlt() Bug with Backbuffer
|
|
[3 replies] Last: It's probably just for convenience. But this is not normal behavior, ... (by knn9)
|
by sambos
replace \ with \\ in string
|
|
[9 replies] Last: Hi Zhuge and kwb, I believe I have solved my problem. I am using ifs... (by sambos)
|
by jdmic
COM
|
|
[3 replies] Last: Ok, you can do it, but the code won't look like that. Clearly, you're... (by kbw)
|
by collapsed
CryptUnprotectData append LMEM to plain string
|
|
[6 replies] Last: like so: tmp.assign(reinterpret_cast<char*>(out.pbData), out.cbData)... (by coder777)
|
by ruimac
Access a username/password protected url through C++
|
|
[3 replies] Last: I have nothing against Curl, it is probably the better solution. but a... (by Computergeek01)
|
How To Tell When A NIC Has Received An Address |
|
[2 replies] Last: That looks like it might do it. Baring and unforeseen race conditions ... (by Computergeek01)
|
by tec23
Filling structs question
|
|
[3 replies] Last: I wouldn't worry too much. In the case of WNDCLASSEX you got WNDCLASSE... (by plexus)
|
by tec23
Can't open file with CreateFile function
|
|
[2 replies] Last: Thanks Disch now I was able to open the file (by tec23)
|
by Hambone
new to GTK
|
|
[no replies]
|
by tarzan1337
GetAsyncKeyState uses all CPU
|
|
[4 replies] Last: The code I posted is inside of a while-loop that runs all the time. ... (by Disch)
|