cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Using CreateProcess()
Using CreateProcess()
Aug 13, 2010 at 10:59pm UTC
CheezCoder
(8)
How do I open a program with CreateProcess()? I have spent hours googleing and cannot find any understandable explanation.
And not to be rude, but either help me or don't comment.
Last edited on
Aug 14, 2010 at 12:14am UTC
Aug 14, 2010 at 1:39am UTC
Duthomhas
(13200)
The documentation at MSDN is very complete, including examples.
http://www.google.com/search?btnI=1&q=msdn+CreateProcess
http://msdn.microsoft.com/en-us/library/ms682499%28VS.85%29.aspx
Here are some simple examples.
http://www.cplusplus.com/forum/windows/18883/#msg97115
http://www.cplusplus.com/forum/beginner/1988/page3.html#msg14102
Hope this helps.
Topic archived. No new replies allowed.