form in a dll

  • Thread starter Thread starter Ahmet AKGUN
  • Start date Start date
A

Ahmet AKGUN

Hi;

Using vb.net, can we create forms in a dll and call this forms from an
executable ?
If yes, can anybody explain how to do it ?

Helps'll be appreciated..
Regards;
Ahmet
 
Ahmet AKGUN said:
Using vb.net, can we create forms in a dll and call this forms from
an executable ?
Yes

If yes, can anybody explain how to do it ?

Where's the problem? In the WindowsForms application, you just have to set a
reference to the DLL. Use the New keyword to create an instance of the form
(like with all classes).

Armin
 
Thanks for Reply;

What kind of project must I use to create a dll including a form ?
 
Back
Top