easy question.

  • Thread starter Thread starter Paul M
  • Start date Start date
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.
 
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.)
 
Back
Top