在InitInstance里边可以获取

 
1
2
3
4
5
6
7
8
9
10
11
12
    if (bInit)
    {
        // TODO: 在此添加您自己的模块初始化代码。
        g_szOcxPath = this->m_pszHelpFilePath;
        g_szOcxName = this->m_pszExeName;
 
        g_szOcxName += ".HLP";
        int nTmp = g_szOcxName.GetLength();
        nTmp = g_szOcxPath.GetLength() - nTmp;
        g_szOcxPath = g_szOcxPath.Left(nTmp);
 
    }

相关文章:

  • 2021-08-03
  • 2021-09-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-14
  • 2022-12-23
  • 2021-11-25
  • 2021-12-19
相关资源
相似解决方案