shellExecute open url
ShellExecute(NULL,
"open"
,
"rundll32.exe"
,
"url.dll,FileProtocolHandler http://www.google.com"
,NULL,SW_SHOWNORMAL);
ShellExecute(NULL,
"open"
,
"rundll32.exe"
,
"url.dll,FileProtocolHandler http://www.google.com"
,NULL,SW_SHOWNORMAL);