java - How do I find the bounds of a Win32 API text/edit control? -
i working on program allow user record steps of simple tasks , generate file send people show these steps. if left click on window "user left clicked on google chrome" appropriate screenshot , highlighted cursor visbility.
i using java native hook found here global mouse/key listeners , java native access found here title of application clicked.
i include highlights area text entered. @ moment thinking of taking screenshot when user clicks textbox , storing keys pressed (for guide) , taking second screenshot after text has been input, , adding highlight outline around text.
i feel easier generate highlighting if location of caret i'm not sure how global applications.
Comments
Post a Comment