I just found out we can use "ShellExecute" function to fire up application.
For example,
ShellExecute(NULL, "Open", "C:\\Program Files\\Microsoft Office\\Office\\winword.exe", NULL, NULL, SW_SHOW);
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |