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?