Ok, Im going to assume this would require a callback, and I DO NOT want to limit the window resizing at all
Basically, I would like to know how do I get the new window width/height AFTER it has been resized by the user? I would like to know this for both normal windows and MDI children/parents.
If I am not mistaken, you could simply check the dimensions of the window in your loop, and if they're different, just record the new dimensions with WindowHeight() and WindowWidth()
I never thought about doing it the loop way Thanks guys, but guess what? I figured out a different way. Took alot of debugging, and it flickers like a SOB, but here it is..