Click to See Complete Forum and Search --> : Is This Possible ? Can we trap a Password protected text box information from an external applicatio


December 11th, 1999, 03:01 AM
Hi,

I want to trap the password information from a external application. I can get the handle of the application. Is it possible to trap the password for a particular class object within it.

RM

December 11th, 1999, 07:24 AM
Eh...
You could spy the events for that applications and get the keystrokes...
Try an API called GetAsyncKey...Could trap keystrokes from another app...