65.9K
CodeProject is changing. Read more.
Home

Opening the Internet Browser Programmatically

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.50/5 (2 votes)

Aug 15, 2011

CPOL
viewsIcon

10631

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);