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);
This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)