Visual C++ Question:

What is command routing in VC++?

Visual C++ Interview Question
Visual C++ Interview Question

Answer:

in SDI:
View -> Doc -> FrameWnd -> App.

In MDI:
View->CDocument->CMDIChildWnd ->CMDIFrameWnd -> CWinApp.


Previous QuestionNext Question
How can server communicate with more than one client?How to change the Text of a CButton at Runtime?