Integrating two applicaiton
COM
1
Posts
1
Posters
2
Views
1
Watching
-
I have 2 applications one is a explorer view(Application A) and the other application view is derived from list view(Application B).Both are based on Doc-view architecture. I need to make a COM dll of Application B and the view of Application B will integrated in the list view of the Application A with Splitter window. How do i handle the MFC derived classes between the two application to create this splitter view ? Anonymous