Either you can Embedd Web Browser component and load respective html page or use following in a DialogBox for invoking Html page: HWND h = FindWindowEx(NULL,NULL,NULL,"Microsoft Internet Explorer"); ShellExecute(h,"open","http:\\\\www.funducode.com",NULL,NULL,SW_SHOWNORMAL);