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.
 
Back
Top