easy question.

P

Paul M

Hi there,

i need some advice in creating a re-usable DLL.
What i want it to do is to create a DLL file which will hold a form that
pops up when a function is called within it.

What kind of project do i need to create (class library, windows
application, etc..) in order to create this?

thanks.
Paul.
 
N

Nico Debeuckelaere

Paul,

You will have to create a class library.
Once you add a form to you project it will reference the required assemblies
for WinForms.

Regards,

--

Nico Debeuckelaere

ND-Sign BVBA (Microsoft Certified Partner since 2004)
URL: http://www.nd-sign.com
== ND-Sign, Designed for you ==
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 

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