
Starting application from my application
ShellExecute(NULL, "open", "C:\\Program Files\\Microsoft
Word\\Bin\\Word.exe", NULL, NULL, SW_SHOWNORMAL);
HTH,
Quote:
> Hello,
> Thanks for taking time to read this.
> Do you know if it is possible to start an application like Word, Notepad
> etc. from my own written application.
> I wrote an application and when this application is running and clicking a
> button I like to start another application. Is this possible? Could you
tell
> me how to achieve this?
> Thanks in advance,
> Ren