by Cambalinho
win32: menu and WM_SYSCOMMAND... what i'm doing wrong with mouse click?
|
|
[2 replies] Last: You don't need the menu handle when dealing with your custom system me... (by closed account E0p9LyTq)
|
Error GetModuleFileName Visual Studio |
|
[3 replies] Last: thanks, now it works! (by Mario Valentino)
|
by w4ssup
FindWindow()????
|
|
[6 replies] Last: Ok, FIXED (holy shit): found a Enum code online to scan product by PID... (by w4ssup)
|
by evaboy
C, Win32 API: l need help here
|
|
[1 reply] : [quote=OP]l had done the following, and it worked but it only run the ... (by Computergeek01)
|
by Cambalinho
win32 - GDI Plus: How can i get the frame delay from image animation?
|
|
[7 replies] Last: This animation has certainly different delays between the frames. The ... (by coder777)
|
by sambos
Databases
|
|
[3 replies] Last: Hi, I have had some success with OleDb but still having some issues. ... (by sambos)
|
by Arukas
C++ And Program Files
|
|
[3 replies] Last: Not anymore. It use to wrote log files, but that was moved to the pub... (by Arukas)
|
Emulating Xbox 360 Controller on PC? |
|
[no replies]
|
by bigduck
basic code for dev c++ windows.
|
|
[2 replies] Last: (nameOfFile.c_str() ); This c_str() may be required if using an o... (by Chervil)
|
by Lost Cause
Windows Nightmare with glew, glfw and code blocks
|
|
[5 replies] Last: Yeah, I managed to clear all the errors, I found a tutorial for instal... (by Lost Cause)
|
by Cambalinho
DIB's: how can i calculate saturation, bright, black and white and others?
|
|
[no replies]
|
by tspen54
Problem with exchange sort int float pairs
|
|
[2 replies] Last: I posted over here Because nobody would reply to me for over 3 days wh... (by tspen54)
|
by Harutyun
How to manually compile a C++ program.
|
|
[6 replies] Last: Thank you for sharing this useful information. This can be helpful for... (by williamjohn)
|
by bosko
Strings in if() statements
|
|
[2 replies] Last: Wow thanks friend! Solved my problem. (by bosko)
|
by V07
How to improve this code??
|
|
[1 reply] : try this: line 26 while ((var = FindNextFile(hFind, &documents)) == TR... (by Konstantin2)
|
by DragonKyn
Connecting to device via USB
|
|
[no replies]
|
by Cambalinho
SendInput: how use to a window?
|
|
[6 replies] Last: in these case, if i change the focus, i can't do anotherthing :( (by Cambalinho)
|
by Cambalinho
win32 - DIB's: how can i calculate the next position on pixels?
|
|
[1 reply] : i did a several mistakes with code: 1 - i didn't tested the x+PosX and... (by Cambalinho)
|
by Cambalinho
how do combination keys with SendMessage()?
|
|
[9 replies] Last: drowsysaturn: i belive you have right. but i continue with same proble... (by Cambalinho)
|
Can't convert QString to LPCWSTR |
|
[5 replies] Last: char *qtToCString(QString &str) { int length = str.length(); char... (by drowsysaturn)
|