Results 1 to 3 of 3

Thread: How to put a form into a DLL file?

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 1999
    Posts
    56
    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...
    See you...

    keetsh®


  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    "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

  3. #3
    Guest
    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
  •  



Click Here to Expand Forum to Full Width