Results 1 to 4 of 4

Thread: Help with Webbrowser control

  1. #1
    Guest

    Post

    Hi, im using the webbrowser control in the current application im making and i was wondering if anybody knew how I could find text within the page it is displaying (similair to IE).

    Thank You in Advance
    Glenn Harwood

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    Post

    Sure,

    WebBrowser1.SetFocus
    SendKeys "^F", True

    Good Luck!

    ------------------
    Joacim Andersson
    [email protected]
    [email protected]
    www.YellowBlazer.com



  3. #3
    Guest

    Post

    Thank you for your help. However when I press the keys (ctr+f) on the keyboard it works but the sendkeys method dosen't seem to work however it works fine for cut, copy, paste and select all??

    Any suggestions?

    Thank You
    Glenn

  4. #4
    Guest

    Post

    Dont worry...I just fixed the problem thanks.

    I used
    sendkeys "^(f)"

    Thanks for the idea and your help

    Glenn Harwood

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