PDA

Click to See Complete Forum and Search --> : Web links using code


RealNickyDude
Jan 8th, 2003, 03:25 PM
How to I open up a web page from within code? I know you can use a linklabel, but I'm using a menu of links and when one is selected I want the appropriate web paged open.

Anyone know?

Edneeis
Jan 8th, 2003, 04:08 PM
Process.Start("http://www.edneeis.com")

RealNickyDude
Jan 8th, 2003, 04:13 PM
I have two books:

Microsoft - Visual Basic: Step by step

and

Karl Moore's Visual Basic .NET: The Tutorials

and I couldn't find something as simple as that!

Thanks Edneeis :D