回複:一個簡單的Visual C++問題

來源: 2004-05-22 17:30:40 [舊帖] [給我悄悄話] 本文已被閱讀:

In app class's InitInstant find and modify as follow:

ParseCommandLine(cmdInfo);
// Dispatch commands specified on the command line
if(cmdInfo.m_nShellCommand!=CCommandLineInfo::FileNew)
{
if (!ProcessShellCommand(cmdInfo))
return FALSE;
}