I have created an MFC EXE and I have added a button. Now I want IExplorer.exe to open when I click the button. The same as Shell("IExplorer.exe") in VB.
void CTestDlg::OnOpenButton()
{
// open iexplorer.exe code
}
How can I do this?
|
Results 1 to 8 of 8
Thread: Run a file from my program?Threaded View
|
Click Here to Expand Forum to Full Width |