VB 2005 scroll webBrowser

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • thomasp@msala.net

    #1

    VB 2005 scroll webBrowser


    Using VB2005 Beta 2. I have a form that uses a small webbrowser control to
    display information to the user. I need to have the webbrowser control
    scroll to a certain position for each of the other controls on the form. I
    had this working with a richtextbox, but needed to change to a webbrowser
    control. Thanks for any help you can provide.

    Thanks,

    Thomas

    p.s. I thought I posted the question yesterday, but can't seem to find it

    --
    Posted via NewsDemon.com - Premium Uncensored Newsgroup Service
    ------->>>>>>http://www.NewsDemon.c om<<<<<<------
    Unlimited Access, Anonymous Accounts, Uncensored Broadband Access
  • thomasp@msala.net

    #2
    Re: VB 2005 scroll webBrowser


    I think I have it working, I used anchors in the .html file and navigate to
    the anchor with the webbrowser.navi gate property.

    Thanks,

    Thomas

    --
    Posted via NewsDemon.com - Premium Uncensored Newsgroup Service
    ------->>>>>>http://www.NewsDemon.c om<<<<<<------
    Unlimited Access, Anonymous Accounts, Uncensored Broadband Access

    Comment

    Working...