Visual Basic 2008 Tutorials: Part 3, Creating a Webbrowser

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
5,985
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Jul 27, 2008

Please visit htp://www.hackingfever.com for more cool tutorials and series.

Can't Watch this video, then visit http://www.hackingfever.com/vb2008.html

In this lesson, you will learn how to make a webbrowser in visual basic 2008. the special thing about this tutorial then to other webbrowser tutorials, is that this will show you how you can use enter to press a button.

code for the enter key:

if e.keycode = keys.enter then
(navigate code)
end if

Category:

Howto & Style

Tags:

License:

Standard YouTube License

  • likes, 1 dislikes

Link to this comment:

Share to:

Uploader Comments (mrmandude1121)

  • at 8:38 I cant tell what you are syaing, it sounds like wb.navigate (TextBox1.get) but that doesnt work what are you saying?

  • wb.navigate(textbox1.text)

    Hope that helps

see all

All Comments (37)

Sign In or Sign Up now to post a comment!
  • your if e.keycode doesn't work with visual studio 2010 can you help me?

  • @Mrmandude1121 how do I change the sound of the browser when I press enter and enter a page?

  • thx =)

  • First: Private Sub TextBox1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventA­rgs) Handles TextBox1.KeyDown

    Now press enter and enter this part of the coding

    If e.KeyCode = Keys.Enter Then wb.Navigate(TextBox1.Text)

    End Sub

    End Class

  • 1 way to view the current url

    dim url = webbrowser1.url.tostring()

    TextBox1.Text = url

  • Click "The General Combo Box" Go Down And Select Your URL Box whether it be a textbox or a combobox... The click "Declaration Combo Box" And Select KeyDown... Then Put In your code

  • I cannot hear a single thing hes saying

  • whut at 8:31

  • Private Sub TextBox1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventA­rgs) Handles TextBox1.KeyDown If e.KeyCode = Keys.Enter Then wb.Navigate(TextBox1.Text) End Sub

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more