|
by FourSight
How do you open a file (.exe file) with C++
|
|
|
|
[5 replies] Last: Basically he wants to make a program which opens Internet Explorer.exe... (by Firecracker)
|
|
by Einarr
Searching a text file.
|
|
|
|
[1 reply] : You should create a class that represents an entry in the file and the... (by Athar)
|
|
by Manvir Singh
Web Server in c++
|
|
|
|
[1 reply] : Yes. Google "making a web server in c++?" for a number is discussions... (by andywestken)
|
|
by IWishIKnew
HELP: CREATING UNREMOVE-ABLE FOLDERS?!
|
|
|
|
[9 replies] Last: @IWishIKnew The "\\?\" prefix that Disch mentions will allow you to r... (by andywestken)
|
|
by IWishIKnew
Bringing a 'background' process to the 'foreground'
|
|
|
|
[1 reply] : I found the answer but it isnt working... Heres the mechanics of the ... (by IWishIKnew)
|
|
by shaqywacky
C++ Networking
|
|
|
|
[8 replies] Last: inet_pton requires windows vista, according to MSDN documentation: htt... (by modoran)
|
|
by codekiddy
Will you learn with me?
|
|
|
|
[no replies]
|
| i have a small problem any help |
|
|
|
[3 replies] Last: oh i just renumber it when i saw your replay thanks allot for help... (by abdulrahman zurbtan)
|
|
by Manvir Singh
Store exe in memory and run it.
|
|
|
|
[2 replies] Last: Compile the executable with /SWAPCD switch and windows loader will do ... (by modoran)
|
|
by mark103
Saving checkbox settings
|
|
|
|
[1 reply] : Well, since you normally program in C++/CLI, one more time: MSDN foru... (by webJose)
|
|
by Hadar
Choosing project type
|
|
|
|
[2 replies] Last: Thank you webJose. Ugh, I hoped I won't have to go to long expensive b... (by Hadar)
|
|
by Holland
Templates And Errors in regards to typedefs and inner classes.
|
|
|
|
[no replies]
|
|
by Owain
GetPixel issue
|
|
|
|
[2 replies] Last: Here is an example method to retrive desktop DPI DIPs = pixels / (DP... (by codekiddy)
|
|
by momedo
Help me
|
|
|
|
[1 reply] : Sounds familiar. http://cplusplus.com/forum/windows/70659/ After you... (by cnoeval)
|
|
by rtomi
accentuated letter problam
|
|
|
|
[1 reply] : You need to work with wide characters to be on the safe side. Instead... (by webJose)
|
|
by p4r4d0x
Detours & Managed UI
|
|
|
|
[1 reply] : I'm sorry to be the bearer of bad news: Most of the regulars here don... (by webJose)
|
|
by DeadEli
Mouse click simulation
|
|
|
|
[3 replies] Last: mouse_event() is deprecated. SendInput() is the way to go now. (by webJose)
|
|
by shywolf91
Tetris game in c++
|
|
|
|
[6 replies] Last: This makes the shape, but it is not making it 'blue' code: //Dark GD... (by shywolf91)
|
|
by mejo
please hellllllllllp!!!
|
|
|
|
[7 replies] Last: Well, thank you all for all what you said and what you did, I asked y... (by mejo)
|
|
by scotty13
Windows Registry Question
|
|
|
|
[1 reply] : Error code 2 is file not found, I think. Have you verified that the k... (by webJose)
|