Visual C++ Question:
Download Questions PDF

What is command routing in VC++?

Answer:

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

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

Download Visual C++ Interview Questions And Answers PDF

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