PDA

Click to See Complete Forum and Search --> : Pointing ur browser to a URL


JpEgy
Apr 5th, 2002, 06:01 PM
this was very easy in VB6, is there still an easy way to do it? thanks

Jop
Apr 5th, 2002, 08:38 PM
You mean like ShellExecute("http://myurl.com") ?

this would be something like

System.Diagnostics.Process.Start("http://www.myurl.com")


Good luck ;)