Re: Heavy Application with Multiple Modules
- From: "Mike TI" <tanveer@xxxxxxxxxxxxxx>
- Date: Mon, 7 Apr 2008 17:46:12 +0500
April 7, 2008
Thank you very much for your reply.
Please note that a module would have both multiple forms and reports.
Sorry for asking a very basic question. How do you create a DLL in VB Net. I
have VB Net Professional Version 8 now.
Thank you.
Mike TI
"Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx> wrote in message
news:OVRJ5uJmIHA.1280@xxxxxxxxxxxxxxxxxxxxxxx
Mike,
Create a solution with one startup project while the rest are all Dynamic
Link Librarys projects.
However no modules, just classes.
Just my idea about your question.
Cor
"Mike TI" <tanveer@xxxxxxxxxxxxxx> schreef in bericht
news:eKvlU4HmIHA.5084@xxxxxxxxxxxxxxxxxxxxxxx
April 7, 2008
Hi all
I am planning to develop a solution that will comprise of about 6-8
integrated modules.
Now the user would be signing on to the solution (using module 1) and
then would have the ability of moving from one module to another. I want
to tie up some parameters with the user when he signed on, like security
level of the user, company selected, financial period selected etc.
My question is what is the best way to split an application (VB Net 2008)
so that I do not have one big EXE file.
Please note here again that the user would sign on to the application
through the first module and can then only go to other modules. The first
module would be the only and primary entry point.
Thank you.
Mike TI
.
- Follow-Ups:
- Re: Heavy Application with Multiple Modules
- From: Steve Gerrard
- Re: Heavy Application with Multiple Modules
- References:
- Heavy Application with Multiple Modules
- From: Mike TI
- Re: Heavy Application with Multiple Modules
- From: Cor Ligthert [MVP]
- Heavy Application with Multiple Modules
- Prev by Date: Re: Passing Form by Reference - How To Upgrade?
- Next by Date: Convert date string into date object
- Previous by thread: Re: Heavy Application with Multiple Modules
- Next by thread: Re: Heavy Application with Multiple Modules
- Index(es):
Loading