Start Application
Article Writing
2
Posts
2
Posters
2
Views
1
Watching
-
can anyone please give me an axample of starting an application located on the hard drive (c:\myapp.exe) from a button located on a dialog. If the class has already been written plesae point it out to me. thanks Oral
Very simple -- use the Win32 API CreateProcess() in the button's OnClick() method. CreateProcess() is fully documented in MSDN -- either on-line with your MSVC 6 compiler, or go to www.msdn.microsoft.com