Results 1 to 4 of 4

Thread: .net 2.0 Help ..............

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2005
    Posts
    112

    .net 2.0 Help ..............

    please i need someone to help fast

    i am in vb2005 2.0framework

    in the web browser control i am trying to make a address bar

    WebBrowser1.Url = txt_address.text

    but won't let me use it

    please tell me the proper code to use
    the submit button is called button_go

  2. #2
    Fanatic Member
    Join Date
    May 2005
    Posts
    898

    Re: .net 2.0 Help ..............

    Use the WebBrowser.Navigate method.
    "so just keep in mind that fantasy is not the same as realtiy and make sure u remember that wii sports may be fun but u cant count on it as exercise ok cool bye" - HungarianHuman

  3. #3
    Fanatic Member
    Join Date
    May 2005
    Posts
    898

    Re: .net 2.0 Help ..............

    WebBrowser1.Navigate("http://www.microsoft.com")
    "so just keep in mind that fantasy is not the same as realtiy and make sure u remember that wii sports may be fun but u cant count on it as exercise ok cool bye" - HungarianHuman

  4. #4
    New Member
    Join Date
    Jun 2005
    Location
    SoCal
    Posts
    11

    Re: .net 2.0 Help ..............

    Webbrowser1.navigate (txt_address.text)

Posting Permissions

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



Click Here to Expand Forum to Full Width