display a form from a module in a dll..new to .net so please help!
display a form from a module in a dll..new to .net so please help!
how can a module have a form inside? :D
compile your form class in the dll
add a reference to the dll in the program to use in
use form like you would any other object/class