encode vbscript

  • Thread starter Thread starter Karen
  • Start date Start date
No. If you want to protect functionality, a form isn't the place to do it.
You might consider building some of your functionality into a COM add-in.
 
No, the best you can do is set a password on the form but that's not very
secure and can easily be cracked in code using the Outlook object model.
 
No, but you can obfuscate the code to make it a pain in the but to
understand:

http://www.google.com/search?num=100&hl=en&ie=UTF-8&safe=off&q=vb+obfuscation&spell=1

http://www.google.com/search?num=100&hl=en&lr=&ie=UTF-8&safe=off&q=vbscript+obfuscation

--
---------------------------------
Trevor Lowing
Satellite Beach, Fl

(e-mail address removed)
---------------------------------
Need help with:
Access?
http://www.mvps.org/access/
Outlook?
http://www.slipstick.com/
Visio?
http://www.mvps.org/visio/
HTML/CSS?
http://www.NCDesign.org
Scripting(VBScript/JScript/WSH/XML)?
http://www.DevGuru.com
http://cwashington.netreach.net/
http://developer.irt.org/script/script.htm
 
Just curious: Did you have any problems after using an obfuscator with
Outlook form VBScript code?

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Thank you very much!

Trevor Lowing said:
No, but you can obfuscate the code to make it a pain in the but to
understand:

http://www.google.com/search?num=100&hl=en&ie=UTF-8&safe=off&q=vb+obfuscation&spell=1
http://www.google.com/search?num=100&hl=en&lr=&ie=UTF-8&safe=off&q=vbscript+obfuscation

--
---------------------------------
Trevor Lowing
Satellite Beach, Fl

(e-mail address removed)
---------------------------------
Need help with:
Access?
http://www.mvps.org/access/
Outlook?
http://www.slipstick.com/
Visio?
http://www.mvps.org/visio/
HTML/CSS?
http://www.NCDesign.org
Scripting(VBScript/JScript/WSH/XML)?
http://www.DevGuru.com
http://cwashington.netreach.net/
http://developer.irt.org/script/script.htm
 
Back
Top