Can a windows form project be compiled to a dll ?

  • Thread starter Thread starter KK
  • Start date Start date
K

KK

Hi
Is it possible to create a windows.forms
inside a dll? What I am trying to do is
to create a form (with its controls and all operations)
but to have it as a dll, which I will use dynamicaly
from my parent application.

rgds
KK
 
KK said:
Is it possible to create a windows.forms
inside a dll? What I am trying to do is
to create a form (with its controls and all operations)
but to have it as a dll, which I will use dynamicaly
from my parent application.

Yes, that works.
 

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

Back
Top