首页 > 系统服务 > 详细

ShellExecute() ShellExecute()

时间:2019-06-04 18:56:44      阅读:115      评论:0      收藏:0      [点我收藏+]

https://www.cnblogs.com/mengfanrong/p/4382111.html

https://blog.csdn.net/qq_24127015/article/details/83342641

https://blog.csdn.net/zhiweiyouzhishenghuo/article/details/7255440

1、重启动界面

    // 判断是否需要重新启动窗口
    if (m_bRestartFlag)
    {
        CString strFileName = _T("");
        GetModuleFileName(NULL, strFileName.GetBuffer(MAX_PATH), MAX_PATH);
        ShellExecute(NULL, _T(""), strFileName, NULL, NULL, SW_SHOWNORMAL);
        strFileName.ReleaseBuffer();
    }

 

ShellExecute() ShellExecute()

原文:https://www.cnblogs.com/wllwqdeai/p/10975090.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!