Ian, I finally got the code to compile but it doesn't resize. I ran into this error and made a guess to fix it so it would compile. IF wParam SIZE_MINIMIZED THEN changes to: IF wParam = SIZE_MINIMIZED THEN See blog for current code. John