06-14-2012, 12:54 PM
OK, did think, did read the manual....
So what I did so far:
1. Put password in option security tab, for AutoPassword function
2. Made the macro as this one (Named Test encryption)
_s="ThePasswordIuseinPlainText"
int w=win("Window with text password to fill" "#32770")
Acc a.Find(w "TEXT" "Enter password here please:" "class=Edit[]id=1035[]state=0x20000000 0x20000040" 0x1005)
AutoPassword "" _s a.Hwnd
Fails with message:
Error (RT) in Test encryption: if active window belongs to qm, use hwnd.
Any help on 1) weakly inplemented or stupid way to do it 2) why error message 3) why i doesn't work?
Ty
So what I did so far:
1. Put password in option security tab, for AutoPassword function
2. Made the macro as this one (Named Test encryption)
_s="ThePasswordIuseinPlainText"
int w=win("Window with text password to fill" "#32770")
Acc a.Find(w "TEXT" "Enter password here please:" "class=Edit[]id=1035[]state=0x20000000 0x20000040" 0x1005)
AutoPassword "" _s a.Hwnd
Fails with message:
Error (RT) in Test encryption: if active window belongs to qm, use hwnd.
Any help on 1) weakly inplemented or stupid way to do it 2) why error message 3) why i doesn't work?
Ty