You mean that I implement all the overridable methods, and then set breakpoints on each of them, and then take notes which one got called first, and which one was second, and so on?
Can someone point to a resource which explains the sequence in which various events are fired when a Window is created? I am specially interested in the events fired for creation/ showing a ...
When I create a document in an MDI app from CMDIFrameWnd, the associated view is automatically created. Now, I want to pass the View (a subclass of CMDIChildWnd) some parameters from...