|
-
Jan 16th, 2001, 04:45 PM
#1
Thread Starter
Member
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...
-
Jan 16th, 2001, 05:43 PM
#2
Monday Morning Lunatic
"Forms"?
If you're trying to do it with C++ then you can't use forms as such
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Jan 16th, 2001, 09:04 PM
#3
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|