Hi, I changed some stuff around that was incorrect, compiled it and all I got when I ran it was The very end of the program. Any other things? Matt Matt Millican http://www.internetmill.com
Not with C++ (it knows nothing about launching applications). With the Windows SDK, you can use WinExec (not recommended), ShellExecute, or CreateProcess.
Nah, was just going to be my same rant about some of the overly complex solutions to simple problems. It is the same rant I have always had. I wanted to spare people the misery. :laugh: Tim Smith I'm going to patent thought. I have yet to see any prior art.
Paul, I found some sample code on the internet and it has a line in it that is calling graphics.h. #include Thanks Matt Matt Millican http://www.internetmill.com