Results 1 to 3 of 3

Thread: [VB6] Detection the word under cursor (with UI Automation)

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2011
    Posts
    24

    [VB6] Detection the word under cursor (with UI Automation)

    Can someone fix my code so it could find a word, not a paragraph? Also, the code is not working properly with Opera...
    UI Automation.zip
    Last edited by Filyus; Dec 11th, 2012 at 01:12 PM.

  2. #2
    gibra
    Guest

    Re: [VB6] Detection the word under cursor (with UI Automation)

    A lot fo things are missing, I get too many errors.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2011
    Posts
    24

    Re: [VB6] Detection the word under cursor (with UI Automation)

    Add
    Code:
    Private Type POINT
      x As Long
      y As Long
    End Type
    Private Declare Function GetCursorPos Lib "user32" (lpPoint As POINT) As Long
    at the begining and remove FK StringAndMemory reference.

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