PDA

Click to See Complete Forum and Search --> : Open URL in new browser window


Jan 2nd, 2000, 11:43 AM
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.

Clunietp
Jan 2nd, 2000, 12:20 PM
The only ones I know of is using the ShellExecuteAPI, or embedding a browser control in your own app....