回复:一个简单的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

请您先登陆,再发跟帖!