Print Page | Close Window

Securing your Visual Basic Project

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Database Discussion
Forum Description: Discussion and chat on database related topics.
URL: https://forums.webwiz.net/forum_posts.asp?TID=10311
Printed Date: 30 March 2026 at 5:57am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Securing your Visual Basic Project
Posted By: PrivateEye
Subject: Securing your Visual Basic Project
Date Posted: 05 May 2004 at 5:32pm
Hi I am using Visual Basic 6.0 for developing a project with MS Access at backend. I want to secure my application so that the user can't copy and run it on another computer. Is there a soid solution of this problem. I am really concern with copying of my application. Help please

-------------
The Judgement Day



Replies:
Posted By: dpyers
Date Posted: 05 May 2004 at 6:49pm

I believe that under data base utilities, there is a menu item to create an mde file. I like to structure the project to wind up with 3 files.

  1. Data.mdb
  2. App.mdb
  3. App.mde

Data.mdb is nothing but tables. typically, this will sit on some shared drive in a lan environment

App.mdb contains your VB source code, queries, forms, etc. You link this .mdb to all of the Data.mdb tables.

App.mde is the "Compiled" version of app.mdb. This is what you distribute to the individual uses desktop or put a single copy on the share. No source code is accessible.



-------------

Lead me not into temptation... I know the short cut, follow me.


Posted By: PrivateEye
Date Posted: 05 May 2004 at 8:50pm

Thanx for the suggestion but I don't know how to wind my VB files in App.mdb file. Secondly my application will be used by SINGLE user on Stand alone computer with two major components i.e. VB Forms and Access DB. Still looking for solution...



-------------
The Judgement Day


Posted By: dpyers
Date Posted: 05 May 2004 at 9:17pm

The preference is to separate app from data, then just distribute the data.mdb and the app.mde.

If you have both app and data in one mdb and don't want to split it, you can still use the "create mde" item in the "data base utilities" menu to create an mde that doesn't have any code.

 



-------------

Lead me not into temptation... I know the short cut, follow me.


Posted By: dpyers
Date Posted: 05 May 2004 at 9:47pm
I'm a putz. Was working with access yesterday and read stuff into the question that wasn't there. What your looking for is lisence management. Lot of share/free ware stuff out there. A google woulf be
http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&c2coff=1&q=vb6+license+management+free - http://www.google.com/search?hl=en&lr=&ie=UTF-8& oe=UTF-8&c2coff=1&q=vb6+license+management+free

-------------

Lead me not into temptation... I know the short cut, follow me.


Posted By: PrivateEye
Date Posted: 07 May 2004 at 6:12pm
I have visited the google for license management software, would you like to tell me which one is better. Thank you for your support.

-------------
The Judgement Day


Posted By: dpyers
Date Posted: 07 May 2004 at 7:34pm

It's been a while, but I think I had used some ocx thing by Sheridan, and some installation products - InstallShield, InStyler, etc.

You may want to check out the developer tools section of pcworlddownload.com. they usually have a pretty good selection and it would be more current than my recollection.



-------------

Lead me not into temptation... I know the short cut, follow me.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net