Question Webbrowser: Is there a way to detect when cursor is in a text box?

J. Scott Elblein

Well-known member
Joined
Dec 14, 2006
Messages
166
Location
Chicago
Programming Experience
10+
Due to the nature of my app, I require the user to add their login and password to my app, and then I will autofill the matching fields on the web page for them.

I would like to send the user a messagebox pointing this out to them if they click in then login or pass fields on the web page, so they know it's the incorrect place to do so.

The catch is, they will still need to click and fill in a CAPTCHA line on the page and finally click a Sign In button, so I can't just set visible = false or disable the web browser control.

Is there a way to do this?

TIA
 
Back
Top