Visual C++ Question:
Download Job Interview Questions and Answers PDF
What is command routing in VC++?
Answer:
in SDI:
View -> Doc -> FrameWnd -> App.
In MDI:
View->CDocument->CMDIChildWnd ->CMDIFrameWnd -> CWinApp.
View -> Doc -> FrameWnd -> App.
In MDI:
View->CDocument->CMDIChildWnd ->CMDIFrameWnd -> CWinApp.
Download Visual C++ Interview Questions And Answers
PDF
Previous Question | Next Question |
How can server communicate with more than one client? | How to change the Text of a CButton at Runtime? |