Results 1 to 3 of 3

Thread: My Browser Isn't Working!!!!!

  1. #1
    Join Date
    Jun 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default My Browser Isn't Working!!!!!



    I did this,

    Added the web browser, named it wb
    The buttons
    The Text Box

    and here is the code I did.

    Code:
    Public Class Form1
     
        Private Sub Command5_Click()
            wb.Refresh()
        End Sub
        Private Sub Command3_Click()
            wb.Stop()
        End Sub
    
        Private Sub Command2_Click()
            wb.GoForward()
        End Sub
        Private Sub Command6_Click()
            wb.Navigate(Text1.Text)
        End Sub
    End Class
    None of the buttons work. How could I fix this?

    Thanks,
    AEmaker

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Aargh, VB.NET! *runs screaming*

    In seriousness, no-one can help you if you don't provide your forms. I doubt anyone here will be able to anyway, though. It would also be a good idea to give your controls names that actually mean something.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Quote Originally Posted by Twey
    Aargh, VB.NET! *runs screaming*
    ROTFL!!

    Quote Originally Posted by person who uses VB.net
    None of the buttons work. How could I fix this?
    Have you tried naming the buttons?
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •