Visual C++ Question:

What is command routing in VC++?

Tweet Share WhatsApp

Answer:

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

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

Download Visual C++ PDF Read All 10 Visual C++ Questions
Previous QuestionNext Question
How can server communicate with more than one client?How to change the Text of a CButton at Runtime?