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

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;
}

所有跟帖: 

Thanks! -neverwin- 給 neverwin 發送悄悄話 (0 bytes) () 05/22/2004 postreply 20:04:40

請您先登陸,再發跟帖!