To open the default browser...
Includes...
Code...Code:#include <shellapi.h>
Code:ShellExecute(0, 0, "www.whatever.com", 0, 0, 0);
Printable View
To open the default browser...
Includes...
Code...Code:#include <shellapi.h>
Code:ShellExecute(0, 0, "www.whatever.com", 0, 0, 0);