PDA

Click to See Complete Forum and Search --> : Tip #1


Oct 30th, 2000, 03:22 PM
To open the default browser...

Includes...

#include <shellapi.h>


Code...

ShellExecute(0, 0, "www.whatever.com", 0, 0, 0);