Results 1 to 2 of 2

Thread: Webbrowser Control Question...

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 1999
    Posts
    3

    Post

    I am using the webbrowser control in an app im making.

    I have a textbox which holds a server address in the registry. This is so that the user can change the server address in case it changes.

    I want the user to be able to click on imgBrowser and then for the app to contact the server and locate main.htm and load it.

    Private Sub imgBrowser_Click()

    browser.Navigate (site & "\main.htm")

    End Sub

    This doesnt seem to work though.

    Any ideas?

  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845

    Post

    Firstly, the \ ought to be /

    have you included http:// in the string as well?



    ------------------
    Mark Sreeves
    Analyst Programmer

    [email protected]
    A BMW Group Company



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