|
发表于 2020-1-19 18:45:02
|
显示全部楼层
#include<windows.h>
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
PSTR szCmdLine, int iCmdShow)
{
HINSTANCE result=ShellExecute(NULL, _T("open"), _T(".\Tencent\qq.exe"), NULL,NULL, SW_SHOW);
return 0;
}
手上没有tc,这是vc下的。
|
|