instar4per
Programmer
Whee, fun stuff here.
After pawing through many samples of "SetParent", I decided to ask on the forums.
Here is my application:
I have a "control program", who's sole purpose is to load other mini-programs. The mini-programs (.DLL files), consist of a class module, and a form. The control program uses a CreateObject command to load the DLL, then a few CallByName's to execute methods within the DLL to return the hWnd of the form.
I then want this form contained within a picturebox control (or any container control) on my control program.
If this didn't make any sense, that's because I've been up too long trying to figure this out. Please let me have some feedback on what you think may help me here. If you need more information, please feel free to contact me however you can.
Thanks!
-iNSTA
After pawing through many samples of "SetParent", I decided to ask on the forums.
Here is my application:
I have a "control program", who's sole purpose is to load other mini-programs. The mini-programs (.DLL files), consist of a class module, and a form. The control program uses a CreateObject command to load the DLL, then a few CallByName's to execute methods within the DLL to return the hWnd of the form.
I then want this form contained within a picturebox control (or any container control) on my control program.
If this didn't make any sense, that's because I've been up too long trying to figure this out. Please let me have some feedback on what you think may help me here. If you need more information, please feel free to contact me however you can.
Thanks!
-iNSTA