Hi,
My application uses an external authentication engine. The user has to enter codes into two text boxes.
This method works for all of our other applications. However, my particular application is done on a touch screen (no keyboard). I built an on-screen keyboard that pop-ups when users click (touch) a text box. I would like the same keyboard to pop-up when the user uses the authentication engine.
I figured out how to get the authorization window's handle as well as the handles to the two text boxes. In addition, I have figured out how to send text to these text boxes.
My question is, how do I trap when a user clicks the text box