I have been using Shell("www.whatever.com") to launch urls. I know there must be a better way to do this. I realy would like it to open in a new browser window too.
Printable View
I have been using Shell("www.whatever.com") to launch urls. I know there must be a better way to do this. I realy would like it to open in a new browser window too.
The only ones I know of is using the ShellExecuteAPI, or embedding a browser control in your own app....