CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);
// 调度在命令行中指定的命令。如果
// 用 /RegServer、/Register、/Unregserver 或 /Unregister 启动应用程序,则返回 FALSE。
m_nCmdShow = 0;
         if (!ProcessShellCommand(cmdInfo))
return FALSE;         m_pMainWnd->ShowWindow(SW_HIDE);我想初始化就隐藏掉界面 但是有闪烁的问题 于是上网搜之 加了m_nCmdShow=0这句话依然没有效果 还是闪烁 求教各位高手我该怎么做 我跟进去ProcessShellCommand(cmdInfo)就打开了界面就闪了一下~~~