The WM_SIZING handler intercepts only interactive resizing. If the user right-clicks the taskbar and selects “Cascade Windows”, this resizes the window directly without going through the interactive WM_SIZING step
GetWindowText() is more complicated than you think. The documentation tries to explain
its complexity with small words, which is great if you don't ...
0 comments