mfc-vc-shellexecute打开指定文件夹,用explore:
ShellExecute(NULL,"explore", "d:\test" ,NULL,NULL,SW_SHOWNORMAL);
mfc-vc-shellexecute打开指定网址,用open:
ShellExecute(NULL,"open", "http://www.baidu.com" ,NULL,NULL,SW_SHOWNORMAL);
青春是一场远行,总记不起来时的路。
mfc-vc-shellexecute打开指定文件夹,用explore:
ShellExecute(NULL,"explore", "d:\test" ,NULL,NULL,SW_SHOWNORMAL);
mfc-vc-shellexecute打开指定网址,用open:
ShellExecute(NULL,"open", "http://www.baidu.com" ,NULL,NULL,SW_SHOWNORMAL);