PDA

Click to See Complete Forum and Search --> : How to put a form into a DLL file?


keetsh
Jan 16th, 2001, 03:45 PM
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...

parksie
Jan 16th, 2001, 04:43 PM
"Forms"?

If you're trying to do it with C++ then you can't use forms as such :(

Jan 16th, 2001, 08:04 PM
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: