Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Open url


Echreo
 Share

Recommended Posts

please some body help me b4 I break my pc. I'm using vb 2010.I'm making a simple web app. It will only have 2 thing a menu bar and a webbowser thing. Now where I need help is I need the menu items to open a url in the webbrowser thing.
Link to comment
Share on other sites

I'm confused. Are you saying you want to open URLs in the web browser control?

If so, you can do this by letting the user input a link into a textbox and using the following code:

```
MyWebBrowser.Navigate(TextBox1.Text)

```
Replacing names accordingly, of course.

More information: [http://www.vbtutor.net/index.php/visual-basic-2010-lesson-19/](http://www.vbtutor.net/index.php/visual-basic-2010-lesson-19/)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...