2017年11月26日 星期日

[ Windows | MFC ] get application name

CString ClassName::getAppName()
{
     return   AfxGetApp()->m_pszExeName;
}


沒有留言: