hi,
Writing an app which will have many modules loaded via DLLs. Already know how to store a form in a DLL, but wondering if it is possible to store something like a pagecontrol.
ie. Main app has a large page control, with one or two default tab sheets on it. App then searches for available dlls, loads, and adds a tabsheet for each dll, and puts content of dll onto created tabsheet.
not essential that app is designed this way, just playing with the idea for now, but would like to know if this is possible.
Thanks!
Writing an app which will have many modules loaded via DLLs. Already know how to store a form in a DLL, but wondering if it is possible to store something like a pagecontrol.
ie. Main app has a large page control, with one or two default tab sheets on it. App then searches for available dlls, loads, and adds a tabsheet for each dll, and puts content of dll onto created tabsheet.
not essential that app is designed this way, just playing with the idea for now, but would like to know if this is possible.
Thanks!