Posted on 2013-01-14 08:47
盛胜 阅读(269)
评论(0) 编辑 收藏 引用
if (PathFileExists(m_StrWordPath))
{
CString tempStr;
tempStr.Format("shell32.dll,OpenAs_RunDLL %s",m_StrWordPath);
int isError=(int)ShellExecute(NULL, "open", "rundll32.exe ", tempStr, "", SW_SHOW);
}