How to support Active Document Container for dialog based app in VC

T

Tommy Tang

As I know, it is easy to support Active document container for SDI/MDI app,
the only thing you need to do is to check Active Document Container during
step 3 of MFC AppWizard. But for the time, I have to add active document
container support for my dialog based application. Is it possible? If
possilbe, is there any sample code or helpful resource to reference?
 
Top