Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I protect a Visual Basic 6 Project? ie Password protected.

Status
Not open for further replies.

663

Programmer
Jun 27, 2003
1
CA
I have created some forms and modules in Visual Basic 6.0. I want to know if there is a way to protect the project file: ie. Project.vbp without people seeing the code. Like how excel has the sheets protection on it if you go to: Tools-->Protection-->Protect Sheet then as password.
 
Nothing built in, it wouldn't do you any good anyway if you open the frm and vbp files in notepad you can see the code. What I would do is lock the project folder with NT Security.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top