by LittleAcorn
Another Where-to-begin question
|
|
[2 replies] Last: Here's your VC6 (C++) Check Box program to get you started. You need ... (by freddie1)
|
by Obj3ct
WSA Error: 10045
|
|
[7 replies] Last: Check out Douglas Comer's examples here http://www.cs.odu.edu/~cs779/c... (by kbw)
|
by raulkolk
Open Sesame
|
|
[3 replies] Last: Found the code :) If anyone is looking for the same thing, this wil... (by raulkolk)
|
by CommanGuy
Using Unicode
|
|
[6 replies] Last: @hanst99: You seem to be spreading a lot of false information about ... (by Disch)
|
by Petya
Run app without install permissions
|
|
[1 reply] : Is this an executable that you wrote? (by Computergeek01)
|
by Petya
Play SWF without flash player installed
|
|
[4 replies] Last: I don't know, but to what programmer47 said: No, that is false. You ca... (by hanst99)
|
by raulkolk
Releasing keys
|
|
[8 replies] Last: Awlright, thanks! (by raulkolk)
|
by becheras
Winsock Programming
|
|
[1 reply] : I have 2 groups of three computers on the subnets of "192.168.120.XXX... (by kbw)
|
Getting parameters from stored proc |
|
[4 replies] Last: Did you read the link? That explains how to map SQL types to C types. (by kbw)
|
C++ Win32 API - Using Windows 7 Buttons |
|
[2 replies] Last: Thanks it works :D (by some random dude)
|
How to click and drag a picturebox in a C++ form |
|
[no replies]
|
by caliope
DrawText will not draw to window
|
|
[2 replies] Last: I solved my problem. void myDrawText(HWND hwnd){ // Start Font ... (by caliope)
|
by Shatronics
Resource edit box not show content
|
|
[4 replies] Last: You were right about that guestgulkan. I did the following to fix m... (by Shatronics)
|
by softtek MQR
Sound in...
|
|
[1 reply] : Search for DirectSound tutorials, that's the part of DirectX that's re... (by hanst99)
|
by MomemtumMori
VS2010 strangest bug
|
|
[3 replies] Last: gulkan is right, I've been looking at the standard library for quite a... (by MomemtumMori)
|
Easier study materials for c++ for beginners except the tutorial |
|
[5 replies] Last: Thank you so much for your support guys (by Mandla Dlamini)
|
by woohoo
wm_keydown on childwindow?
|
|
[2 replies] Last: Just as freddie said. Besides, normally for an edit box you would hand... (by hanst99)
|
by biocode
Distance between 2 points
|
|
[2 replies] Last: You need the members of Point, probably x and y. ^ is the bitwise XOR ... (by hanst99)
|
by hanst99
Windows, Question about the GDI, WM_LBUTTONDOWN message and DefWindowProc
|
|
[3 replies] Last: Likely Microsoft would describe that scenerio as 'undefined behavior'.... (by freddie1)
|
by raulkolk
Converting parameters
|
|
[2 replies] Last: Thanks a lot! It works. (by raulkolk)
|