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);
Includes...
#include <shellapi.h>
Code...
ShellExecute(0, 0, "www.whatever.com", 0, 0, 0);