I am developing WTL GUI application.
I want to print something on console.
How to enable console printing in win32/WTL application.
I ve been used to thinking that WM_CREATE is the first message a window receives. However, when testing this assumption on a top-level window, it turns out to be false. In my test, WM_MINMAXINFO ...