Including forms in a dll

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Juande

    #1

    Including forms in a dll

    Hello,

    How can I include forms in a dll and then call to those forms needed from my
    application?, Where can I get an example to do it?

    Many thanks


  • Herfried K. Wagner [MVP]

    #2
    Re: Including forms in a dll

    "Juande" <a@b.com> schrieb:[color=blue]
    > How can I include forms in a dll and then call to those forms needed from
    > my application?, Where can I get an example to do it?[/color]

    Simply add the forms to the class library project and reference the class
    library from your Windows Forms application. You can add a reference using
    "Project" -> "Add reference...".

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    Working...