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 MDIChildWnd.
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?
Shouldn't this behavior already be documented somewhere?
The section on MDI is here:
MSDN Library -> Windows Development -> Windows Application UI Development -> Windows and Messages -> Multiple Document Interface (MDI)
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?
Shouldn't this behavior already be documented somewhere?
No, I meant just step through it. No need to implement anything and only one breakpoint required.
Bookmarks