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

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -