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
Printable View
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
Eh...
You could spy the events for that applications and get the keystrokes...
Try an API called GetAsyncKey...Could trap keystrokes from another app...