Re: Heavy Application with Multiple Modules



Mike TI wrote:
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.


When you do a new project, the template for a DLL is called a Class Library.

It would be worth it to do a test. Start with a brand new project, a Windows
Application. Save it as a new project and solution.
Then go to Files, Add, New Project (Not the regular new project command, which
replaces the current one). Add a Class Library.

Now you have one solution, with two projects: one a Windows Application, the
second a Class Library. Select the main application in the project browser,
right click, and select Add Reference. Click the Projects tab. You should be
able to select your class library. This creates a reference from your main app
to the class library, so you can use it in the main app. You can add more Class
Library projects to the solution as needed.


.



Relevant Pages

  • Re: Multiple References and Object Instantiation??
    ... Information is also sent to which is also a mdiChild of Main ... App - from both Customer.Dll and Activity.Dll ... In the Main Application I was able to make a reference to all the forms (The ... >> this app each dll is a different form. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Multiple References and Object Instantiation??
    ... Information is also sent to which is also a mdiChild of Main ... App - from both Customer.Dll and Activity.Dll ... In the Main Application I was able to make a reference to all the forms (The ... >> this app each dll is a different form. ...
    (microsoft.public.dotnet.framework)
  • Re: Multiple References and Object Instantiation??
    ... Information is also sent to which is also a mdiChild of Main ... App - from both Customer.Dll and Activity.Dll ... In the Main Application I was able to make a reference to all the forms (The ... >> this app each dll is a different form. ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: Multiple References and Object Instantiation??
    ... Information is also sent to which is also a mdiChild of Main ... App - from both Customer.Dll and Activity.Dll ... In the Main Application I was able to make a reference to all the forms (The ... >> this app each dll is a different form. ...
    (microsoft.public.dotnet.general)
  • Re: Multiple References and Object Instantiation??
    ... Information is also sent to which is also a mdiChild of Main ... App - from both Customer.Dll and Activity.Dll ... In the Main Application I was able to make a reference to all the forms (The ... >> this app each dll is a different form. ...
    (microsoft.public.dotnet.framework.windowsforms.controls)