Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to open a web page?
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00666493
Message ID:
00666594
Views:
18
>Hello everyone, I have a quick question. Using a VB.NET application. What is the best way to programmatically open a web browser and connect to a web page? Do I need to use the internet API or does .NET have a class or something built in that would be faster and easier to use? Thanks for the help.

System.Diagnostics.Process.Start("http:\\www.microsoft.com")
Will open a new browser.
Chris
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform