Form in DLL

  • Thread starter Thread starter Jassim Rahma
  • Start date Start date
HI,

In you want to include a form in a dll you need to add a reference
(project/add reference) to System.Windows.Forms namespace
after that you right click in the project explorer/add Item/ Form
You can use the visual designer just as you do in a win project.


cheers,
 
Back
Top