Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
password field trigger
#1
is it possible to watch for the signal which makes windows display
strings as passwords in controls ?
pi
#2
Creating such trigger would be difficult.

You can use a window trigger or some other trigger and check if there is a password control.

Code:
Copy      Help
int hwnd=win
Acc a=acc("" "TEXT" hwnd "" "" 0x1800 0x20000000 0x20000040); err ret ;;exit if there are no password controls in the window


Forum Jump:


Users browsing this thread: 1 Guest(s)