by Win32
Rock Paper Scissors in regular C
|
|
[3 replies] Last: or you could change your scanf format strings to " %c" so that they ... (by cire)
|
by Zapeth
How to calculate Listbox limits?
|
|
[7 replies] Last: I see. Your description then sounds like you may sometimes have a rac... (by webJose)
|
by Peter87
Is stdafx.h really necessary?
|
|
[4 replies] Last: If you want to know what the minimal is to create a console Win32 prog... (by freddie1)
|
by janmich07
guysss help me please until 10am tommorow
|
|
[3 replies] Last: please guysssss (by janmich07)
|
by Zapeth
ntdll.dll crash, corruption of heap
|
|
[4 replies] Last: You should also provide the symbol files for your other dll's, like l... (by Zapeth)
|
by Honnou
New to CPP, when using WriteConsole from Windows.h problem
|
|
[2 replies] Last: Well, being the noob that I am, I just obediently followed the instruc... (by Honnou)
|
SendInput and GetMessage do not work together. |
|
[2 replies] Last: Hello and thank you for your reply. I read what you have advised me to... (by Alexander Kirilov)
|
by atjm88
IMAGE PROCESSING vs OPEN CV??
|
|
[4 replies] Last: Thanks Computergeek01 for the info, so u mean there is someone who did... (by atjm88)
|
by alexbnc
How to get all hWnd controls?
|
|
[2 replies] Last: Thanks. EnumChildWindows(), that worked for me (by alexbnc)
|
by Zapeth
Set cursor for child window
|
|
[13 replies] Last: I checked again the original URL. Now that I knew about it I found it... (by webJose)
|
by Jhunior
Pointer situations...top urgent
|
|
[no replies]
|
by Sybillus
CreateProcess fails after Delay?
|
|
[no replies]
|
by musico
Windows SDK not found
|
|
[no replies]
|
by morando
ShellExecute problem
|
|
[5 replies] Last: If this does not work, that means that myprogram.exe is not equipped t... (by LauraArnold)
|
by nhrnjic
Functions
|
|
[1 reply] : You should read a basic tutorial on C++. Line 29 is trying to fit two... (by webJose)
|
by CppHomeStud
BHO: How to "click a link" ?
|
|
[3 replies] Last: To actually simulate a user click you'll require access to the DOM. S... (by webJose)
|
OpenGL 4.x |
|
[4 replies] Last: I got it to work with WinAPI and GL3W. (by BrokenSilenceDev)
|
File Locations, For Libraries, etc (GL3W) |
|
[2 replies] Last: I figured it out (for the most part). I had to do #include <gl3/gl3w.... (by BrokenSilenceDev)
|
Attach to another process |
|
[1 reply] : Put your money on BHO's for Internet Explorer or browser extensions fo... (by webJose)
|
by alexbnc
WM_CTLCOLORSTATIC for child controls
|
|
[2 replies] Last: Yes, it is what I did, subclass the parent control. Thanks! (by alexbnc)
|