#include <ShellAPI.h>
打开指定网页
ShellExecute(NULL,L"open",L"http://my.csdn.net/dai_jing",NULL,NULL,SW_SHOW);
打开指定文件
ShellExecute(NULL,L"open",L"regedit",NULL,L"C:\\Windows\\System32",SW_SHOW);#include <ShellAPI.h>
打开指定网页
ShellExecute(NULL,L"open",L"http://my.csdn.net/dai_jing",NULL,NULL,SW_SHOW);
打开指定文件
ShellExecute(NULL,L"open",L"regedit",NULL,L"C:\\Windows\\System32",SW_SHOW);