#include <windows.h>
int _tmain(int argc, _TCHAR* argv[])
{
ShellExecute(NULL, _T("open"), _T("mailto:960547096@qq.com"), NULL,NULL, SW_SHOWNORMAL);
Sleep(100);
return 0;
}

posted on 2015-03-24 15:54  RedLight  阅读(343)  评论(0编辑  收藏  举报