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?
Printable View
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?
VB Code:
Process.Start("http://www.edneeis.com")
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