Windows Programming (Page 3)

How do you open a file (.exe file) with C++
 
I already looked into cstdio and fstream libraries, but wasn't able to pull it off.
[5 replies] Last: Basically he wants to make a program which opens Internet Explorer.exe... (by Firecracker)
by Einarr
Searching a text file.
 
I've got a C++ final project due in ~19 hours and have completed all the requirements for it aside f...
[1 reply] : You should create a class that represents an entry in the file and the... (by Athar)
Web Server in c++
 
Is there any way of making a web server i c++?
[1 reply] : Yes. Google "making a web server in c++?" for a number is discussions... (by andywestken)
HELP: CREATING UNREMOVE-ABLE FOLDERS?!
 
Hello. I wrote a flash cards program that allows you to save sets of flash cards in a folder called...
[9 replies] Last: @IWishIKnew The "\\?\" prefix that Disch mentions will allow you to r... (by andywestken)
Bringing a 'background' process to the 'foreground'
 
What command has the exact opposite effect of this: HWND stealth; AllocConsole(); stealth = FindWi...
[1 reply] : I found the answer but it isnt working... Heres the mechanics of the ... (by IWishIKnew)
C++ Networking
 
Hi everyone! I've been attempting to do some network programming in c++ but I'm having trouble ge...
[8 replies] Last: inet_pton requires windows vista, according to MSDN documentation: htt... (by modoran)
Will you learn with me?
 
Hi, I'm looking for someone who want to share own Direct2D code samples with me and vice versa :D ...
[no replies]
i have a small problem any help
 
//hi guys ... i'm trying to fine answer for this problem at this code here #include <iostream> u...
[3 replies] Last: oh i just renumber it when i saw your replay thanks allot for help... (by abdulrahman zurbtan)
Store exe in memory and run it.
 
How can I store a file or exe in memory and then run it?
[2 replies] Last: Compile the executable with /SWAPCD switch and windows loader will do ... (by modoran)
Saving checkbox settings
 
Hi guys, Can you please help me with the checkboxes in the listview. I want to save the settings ...
[1 reply] : Well, since you normally program in C++/CLI, one more time: MSDN foru... (by webJose)
by Hadar
Choosing project type
 
So here are my difficulties, I'm not sure which type of project I should program with, and by that I...
[2 replies] Last: Thank you webJose. Ugh, I hoped I won't have to go to long expensive b... (by Hadar)
Templates And Errors in regards to typedefs and inner classes.
 
In short, I'm trying to write a Binary Search Tree. I have a template class which includes the funct...
[no replies]
by Owain
GetPixel issue
 
Hello, I am trying to use the GetPixel function in my program. I tried just including <windows.h> ...
[2 replies] Last: Here is an example method to retrive desktop DPI DIPs = pixels / (DP... (by codekiddy)
by momedo
Help me
 
Hi guys .. Can you help me to find a code to the following example, and I hope you bring him in as s...
[1 reply] : Sounds familiar. http://cplusplus.com/forum/windows/70659/ After you... (by cnoeval)
by rtomi
accentuated letter problam
 
Hi, I would like to work with accentuated letters, but i do not know how can i? It means: I h...
[1 reply] : You need to work with wide characters to be on the safe side. Instead... (by webJose)
Detours & Managed UI
 
I've recently started migrating from .Net to C++, and run into some trouble. So I turn to you! I ...
[1 reply] : I'm sorry to be the bearer of bad news: Most of the regulars here don... (by webJose)
Mouse click simulation
 
How would I go about simulating a mouse click? Essentially what I want is to be able to press a key ...
[3 replies] Last: mouse_event() is deprecated. SendInput() is the way to go now. (by webJose)
Tetris game in c++
 
For my intro to c++ programming class final project we need to code a game of tetris in c++ using MS...
[6 replies] Last: This makes the shape, but it is not making it 'blue' code: //Dark GD... (by shywolf91)
by mejo
please hellllllllllp!!!
 
Hi guys .. Can you help me to find a code to the following example, and I hope you bring him in as s...
[7 replies] Last: Well, thank you all for all what you said and what you did, I asked y... (by mejo)
Windows Registry Question
 
I revised the question to provide a little more information. This call is used to open the Registry...
[1 reply] : Error code 2 is file not found, I think. Have you verified that the k... (by webJose)
Pages: 12345... 10
  Archived months: [mar2012]

Cannot post in this page. To post a new message, go to the first page.