Is there a way to prevent the user from resizing the window?
This is a discussion on Prevent Window Sizing within the Windows Programming forums, part of the Platform Specific Boards category; Is there a way to prevent the user from resizing the window?...
Is there a way to prevent the user from resizing the window?
The only way I can think of off the top of my head is to make the window WS_POPUP, but then you won't have the window frame and such.
Thanks skorman, but I have just figured it out. :-)