opening web page
-
hey guys how can open a web page form vb.net. I have a web site for a corresponding program and i want the user to be able to view it when they click a button in the program, so it should open the page in IE or Firefox or whatever thanx:confused:
-
hey guys how can open a web page form vb.net. I have a web site for a corresponding program and i want the user to be able to view it when they click a button in the program, so it should open the page in IE or Firefox or whatever thanx:confused:
Imports System.Diagnostics.Process Start("http://www.google.com") DADAX -- modified at 15:21 Sunday 21st May, 2006
-
hey guys how can open a web page form vb.net. I have a web site for a corresponding program and i want the user to be able to view it when they click a button in the program, so it should open the page in IE or Firefox or whatever thanx:confused: