Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
this->ShowWindow(SW_HIDE);
CMyDialog* m_pDlg;
m_pDlg = new CMyDialog;
m_pDlg->Create(IDD_MYDIALOG,this);
m_pDlg->ShowWindow(SW_HIDE);