#include <windows.h>
#include <shellapi.h>
CReportView::OnReports() // Report Button Pressed
{
::ShellExecute( HWND_DESKTOP, "open", "C:\\windows\\notepad.exe", NULL, NULL, SW_SHOWNORMAL )
}
can u Pls tell me Why this is not working FROM MFC ??