Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Secure exe
#6
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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)