![]() |
#2
C_戴忠意2012-03-20 15:37
|
strMsg.Format("-m %s hashcode.txt", m_strTextFile);
ShellExecute(NULL, "Open", "hash.exe", strMsg, NULL, SW_HIDE);
ShellExecute(NULL, "Open", m_strTextFile, NULL, NULL, SW_SHOW);
GetDlgItem(IDC_READTEXT)->EnableWindow(TRUE);
表示什么意思啊?