11-15-2007, 09:54 PM
can some 1 give me a code of how 2 decrypt a function from another function then encrypt it again
encrypt decrypt a function from another function
|
11-15-2007, 09:54 PM
can some 1 give me a code of how 2 decrypt a function from another function then encrypt it again
11-15-2007, 10:00 PM
Taking on Quick Macros one day at a time
11-15-2007, 10:08 PM
yeah i looked at that but i need 2 do it on the fly programatically
11-15-2007, 10:36 PM
i think i just read something about this earlier ill try and find it again see if its what u mean
11-15-2007, 10:44 PM
i dont think this will help but maybe you can do this with exsisting items and some how use a decrypted macros has template then when you want it encrypted use a encrypted macros has template i dnt have a clue how to code it or even if it would work
Quote:Gintaras
11-15-2007, 11:57 PM
Kevin Wrote:yeah i looked at that but i need 2 do it on the fly programatically As of now there is no way of programmatically decrypted a macro or function, you can use newitem to make a new function that copies the encryption of another function. http://www.quickmacros.com/forum/showthr...p?tid=1303
11-16-2007, 08:21 AM
Try to automate encryption/decryption using the Options dialog.
Function EncryptDecryptMacro ;/
11-16-2007, 09:33 PM
wow great code there gint...not just used to do wut u made it for but soem interesting stuff in there 8)
11-17-2007, 04:02 AM
ty vm this will work perfectly for what i need 2 do 1 note though
if users are using any version below 2.2 they need to remove this line from the code or it will error each time ; password.setwintext(id(1053 w2))
11-17-2007, 07:58 AM
This should be compatible with all versions
password.setwintext(id(1051 w2)); password.setwintext(id(1053 w2)); err ;;enter password
07-15-2008, 03:54 AM
When I use the code listed i get an error I can get it to work when i take out but it will keep running so i have to shut Qm down is there any hints you can tell me i am using
version 2.1.9.1 would that have something to do with it.
07-15-2008, 04:00 AM
Download the latest version of QM and try it again. Post back and let us know if it works or not.
Taking on Quick Macros one day at a time
07-15-2008, 01:58 PM
I have updated and still same problem. So i uninstalled everything rebooted then installed Version 2.2.1.5 and still same problem. Anymore ideas?? And Thank you for the help
07-15-2008, 02:13 PM
Quote:but it will keep running where it stops? To discover it, you can insert this at the beginning: Deb 100 Or insert out 1, out 2 ... in several places.
07-15-2008, 03:22 PM
Got IT thank you very much. This is great.
|
« Next Oldest | Next Newest »
|