VC 從新啓動程序

    當從新要啓動本程序的時候,有用的代碼spa


void CServerCenter::Restart(void)
{
    char buf[256];
    ::GetModuleFileName(NULL,buf,sizeof(buf));
    CString strPath = buf;
    ShowWindow(SW_HIDE);//隱藏本對話框
    WinExec(strPath, SW_SHOW);//啓動strPath路徑下的執行文件
    OnOK();//退出當前執行對話框程序

}
.net

    這樣就從新啓動了本程序,從頭開始。
blog

參考:get

http://blog.csdn.net/foreverhuylee/article/details/22311161
程序

相關文章
相關標籤/搜索