How can I create an MDI application from a DLL (c++/mfc) -
i hope isn't confusing have following situation:
- sdi application dynamically loads dlls.
- these dlls perform various tasks, spawn dialogs, etc.
normally these dialogs dlls create simple. have many controls , need features of mdi application. can't separate window new project, i'm looking way create within dll , initialize if simple dialog. i'm not particularly sure if possible if can point me in correct direction.
thanks!
Comments
Post a Comment