by mroczeks
migrating application from NT to Win2k3 Server
|
|
[5 replies] Last: It wouldn't hurt to use a recent Microsoft compiler. BC5 is 15 years ... (by kbw)
|
by loki09
Lotto Program *
|
|
[9 replies] Last: Hehe get excited! Nice work :). Glad to be of help... (by sammy34)
|
by shadowayex
EnumWindow() and More
|
|
[3 replies] Last: Also, just return false if the base name matches. This way you can bre... (by Kiana)
|
by Spitemaster
Cursor movement - COORD is not defined for some reason
|
|
[3 replies] Last: Because in a project, .c/.cpp files don't share includes. (by Kiana)
|
by NickPaul
Trouble using ListView_SetExtendedListViewStyle
|
|
[no replies]
|
by mcleano
dirent.h
|
|
[5 replies] Last: Thanks, I overlooked that structure and was just focusing on the DIR a... (by mcleano)
|
by rain
How to list windows into array?
|
|
[4 replies] Last: Like this? #include <windows.h> #define MAX_WINDOWS 1024 BOO... (by Kiana)
|
by Incubbus
undef SendMessage /windows.h
|
|
[2 replies] Last: Because I want it to be named like this^^... I fixed it... it had n... (by Incubbus)
|
by brokalist
type casting
|
|
[7 replies] Last: cout<< "b/a"; well "b/a" is a string isn't it and that is what wi... (by guestgulkan)
|
by Zach
Unreasonable Error
|
|
[5 replies] Last: gah? putting a new line after the else won't do anything. The only... (by Disch)
|
by ahmakki
black red tree
|
|
[3 replies] Last: This is a C++ so you probably won't get much help here. Go find a Jav... (by firedraco)
|
by Sidhartha
Using a DateTime in a Windows Console DLL
|
|
[2 replies] Last: Yea, I agree with kbw. Check out SYSTEMTIME. There shouldn't be any ... (by freddie1)
|
by NGen
WINNT.H Error
|
|
[3 replies] Last: I'm using the DirectX 8 SDK for it, and the only directive I have defi... (by NGen)
|
by Timbo1
Filenames displayed in textbox
|
|
[2 replies] Last: Here's an sdk style c program that does exactly what you want except t... (by freddie1)
|
by joshky
What Next
|
|
[1 reply] : I'd suggest you the boost libraries. They are much more useful than Di... (by Bazzy)
|
by Cminor
Linker Error
|
|
[1 reply] : I put ""around the path and it cleaned up the Program.obj error. Now ... (by Cminor)
|
by anurupr
i need to connect to a webcam
|
|
[no replies]
|
by shadowayex
VS gone mental
|
|
[2 replies] Last: Ooohhh. Actually, I had it included, but I rearranged my includes i... (by shadowayex)
|
by shadowayex
Win32 - Chinese/Korean/?
|
|
[7 replies] Last: LPCWSTR is a long pointer to a constant wide string, always a wide str... (by kbw)
|
by blackm33k
(Win32) Button ID problem?
|
|
[7 replies] Last: Guestgulgan is correct, i.e., you need to nest your IDs in a switch st... (by Lamblion)
|