Multiply Views and document
C / C++ / MFC
1
Posts
1
Posters
6
Views
1
Watching
-
I have multiply views and document in seperate MFC DLLs and every view has its own toolbar. When i open new document in the same view it create again the toolbars (The code of create toolbars its on the constructor of the view). How i can modify the code to not recreate the toolsbar and i have the creation and the control of the toolbars in the same DLL because different DLL loaded in different version of the program.