参数发送进程:
CString csCmd=AfxGetApp()->m_lpCmdLine;
if (!csCmd.IsEmpty())
{
pWndPrev->SendMessage(MYWM_NEWPARAM,0,(LPARAM)(&csCmd));
}
CString csCmd=AfxGetApp()->m_lpCm参数发送进程:
CString csCmd=AfxGetApp()->m_lpCmdLine;
if (!csCmd.IsEmpty())
{
pWndPrev->SendMessage(MYWM_NEWPARAM,0,(LPARAM)(&csCmd));
}
CString csCmd=AfxGetApp()->m_lpCm