form in a dll

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
 
A

Armin Zingler

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
 
A

Ahmet AKGUN

Thanks for Reply;

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top