ShellExecute(0, | // 0 is non-Modal window, else the Handle to Parent Window for Modal |
'open', | // the command to start 1099 Express |
'c:\E2010\T99.exe', | // the path and file to run 1099 Express |
'c:\SomeFolder\Jones_2010_Misc.src', | // command line. The .src file you just created from your software |
'c:\E2010', | // default folder |
SW_SHOW); | // How to show the window, sw_show is normal. (sw_Show, sw_Maximize, sw_Minimize, etc.) |