Hello,
I have a project that contains about 50 forms. I would
like to separate out 30 of those forms into a dll.
Does anybody know how to do this??!
Thanks...
Printable View
Hello,
I have a project that contains about 50 forms. I would
like to separate out 30 of those forms into a dll.
Does anybody know how to do this??!
Thanks...
"Forms"?
If you're trying to do it with C++ then you can't use forms as such :(
unless you write your own functions that use CreateWindowEx() to create the "forms", then put your windowprocedure functions in the DLL...
shouldn't be too hard :rolleyes: