How i can call one web page in VB.net when Press CLICK EVENT.???
+1
A:
Is this in WindowsForm? If so:
System.Diagnostics.Process.Start("http://www.url.com/")
...Which will launch a url in the default web browser.
baeltazor
2009-08-17 06:57:32