Not Monitored
Tag not monitored by Microsoft.
39,539 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
void CtestfunDlg::OnBnClickedButton1()
{
// TODO: 在此添加控件通知处理程序代码
OutputDebugString(L"start#############\r\n");
ShellExecute(NULL ,L"open",L"e:/abc.txt",0,0,SW_SHOW);
OutputDebugString(L"end#############\r\n");
}
When i quickly click the button ,i think the correct output is:
start#########,end###########,start#########,end###########
But the program actual output is start#########,start#########,end###########,end###########,why?
Hello,
Welcome to our Microsoft Q&A platform!
Currently, Microsoft Q&A is under a public preview. All the supported topics are on the right top. Your question is more related to c++. It is recommended that you can go to this forum to ask this question.
Thanks.