Opening the Internet Browser Programmatically
I use this one in C++ (has the advantage that you can use your preferred browser ;-):ShellExecute (NULL, NULL, _T("http://www.codeproject.com"), NULL, NULL, SW_SHOWNORMAL);
I use this one in C++ (has the advantage that you can use your preferred browser ;-):
ShellExecute (NULL, NULL, _T("http://www.codeproject.com"),
NULL, NULL, SW_SHOWNORMAL);