Splitting my vb.net application

  • Thread starter Thread starter Corobori
  • Start date Start date
C

Corobori

I developed a vb.net application which has about 90 forms an 70
reports.

I have got the following question: my customer asked me to split up my
application in several application. One containing the complete
application, and different application each of them containing a
different subset of functionalities.

How can I do this ?

Jean-Luc
www.corobori.com
 
since you're in so deep already with this one, how about using a logon with
password to expose certain parts to some users and expose all to the full
functionality users?
Eric
 
Hi Corobori

Y can't you try by splitting your whole project into many Class Module (Class module can also hold the forms). Group them according to the modules which the user wants. Then built one Windows Application projects which is going to call all the class modules or only some of the modules, depending upon the user requirement

Sadha Sivam
Malleable Minds Software Pvt Ltd.,
 
Back
Top