C#-APP/DLL: Convert windows form into C# DLL then invoke

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dantz
    New Member
    • Oct 2008
    • 71

    C#-APP/DLL: Convert windows form into C# DLL then invoke

    Hi everyone,
    I am converting my window form into C# dll but I am not sure how am I going invoke it from other application to make the form load.

    Will I just expose a function that just loads the form?
    Or are there any built-in functions inside the form that I can use?



    Thanks in advance.
  • vinci
    New Member
    • Aug 2006
    • 62

    #2
    Just reference the DLL in another project, you may want to add a method where the forms are called...

    Comment

    Working...