Results 1 to 4 of 4

Thread: Scroll A Web Browser Control To The End Of The Document? [Solved]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member wpearsall's Avatar
    Join Date
    Feb 2002
    Location
    England / UK
    Posts
    1,065

    Scroll A Web Browser Control To The End Of The Document? [Solved]

    Hey ya, i know i can scroll a web browser document to the end by using:

    VB Code:
    1. brwMessage.SetFocus
    2. SendKeys "^{END}"

    BUT: is there a way to do this WITHOUT having to set focus onto the browser?, because i really dont want the focus to b lost on other forms / applications when this happens....

    ne how, thanks
    Wayne
    Last edited by wpearsall; Apr 8th, 2003 at 07:46 PM.
    Wayne

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