password input box Thread last updated on 2004-05-19 15:37:16

Posted by member 159957 on 2004-05-19 15:37:16

Maybe someone can help me with this.
Im trying to automatize the !Crypt command of LSPlus.
The sintax to crypt or decrypt is !Crypt "path\file name" "password".
so far I gotten this far:
label1OnDrop !label1Clipboard !Crypt (so when I drop a file on label1 it gets copied to the clipboard like (!Crypt "path\file name") so now i can paste that on a command box and ad the password.
That works fine but what I would like to have is an input password box appear when I drop the file and after I enter my password it is somehow added to complete the info on the clipboard and the bang is executed.
I stayed till 4am studying ckDialog trying to get it to doit but its to advanced for me for now.
There is module called Crypt2 that its set to do what I need but As soon as I press enter after the password box LS crashes(tried everything the mod doesent work on my system)
I really hope someone can help me with this.
Thanks.