VB.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • namrata r
    New Member
    • Dec 2011
    • 1

    VB.net

    i want to create an exe in vb.net by packaging few perl files along with it.
    when i am packaging those files i am able to hide those files by making the hide option true.
    but if the 'show hidden files' is selected those files will be visible.

    Need : I want to lock/prevent the user from opening the perl file/code. want to know if there is any way to do it.
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    You could encrypt the files.

    Comment

    Working...