Integer Man Posted October 23, 2003 Posted October 23, 2003 I'm developing an application that consists of a core user interface module and multiple content modules that plug into that core user interface and fill up the application workspace. I'd like to design the program so I can later add a .dll in the folder, update a .dat file (or something) and have the program automatically detect and load the new module on launch. Is this a pipe dream? My fallback plan is to have the core user interface .dll be called by a launcher module. That way, I can manually load the different modules from the launcher and update only the launcher module when I'm adding new modules. Anyone got any ideas? Quote
*Experts* mutant Posted October 23, 2003 *Experts* Posted October 23, 2003 This is probably what you are looking for: http://www.xtremedotnettalk.com/showthread.php?s=&threadid=49597 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.