Hi
I'd like to open a website from my program with the default browser. How can I do this? I am developing in C++. Note that its needs to be portable from Win95 to WinXP, 2000, 2003, etc.
Printable View
Hi
I'd like to open a website from my program with the default browser. How can I do this? I am developing in C++. Note that its needs to be portable from Win95 to WinXP, 2000, 2003, etc.
Code:ShellExecute(hWnd,_T("open"), _T("http://www.codeguru.com/"), NULL, NULL, SW_SHOW);