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

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -