Andy
2008-07-19 19:27:38 UTC
I have an MDI application. I would like to load a form in a DLL
into a child form and making the child form the parent form of
the DLL. I am able to use LoadLibrary in the child form to
load the DLL but I'm not sure how to make the DLL form
fill up the child form. Also, in subsequent child forms, is it
okay that many instances of the DLL is loaded?
Any help is greatly appreciated.
Andy
into a child form and making the child form the parent form of
the DLL. I am able to use LoadLibrary in the child form to
load the DLL but I'm not sure how to make the DLL form
fill up the child form. Also, in subsequent child forms, is it
okay that many instances of the DLL is loaded?
Any help is greatly appreciated.
Andy