I want to prevent my window from being resized. I have created it such that it does not have a minimize button or a maximize button, and both maximize and minimize are greyed out on the window menu, so that's all good. However, if I mouse over the edges of the window, I get the little resizing cursor which tells me I can drag the window to resize it. Now I can probably grab a WM_ windowmessage which tells me that this happened and force it back tothe correct size, but this is not a user friendly behaviour. A more friendly behaviour would be to indicate clearly that it's not possible.
Is there a way to prevent the resizing cursor displaying and therefore stop the window being resized in this way in the first place? I'm sure I've used programs which do this.
Is there a way to prevent the resizing cursor displaying and therefore stop the window being resized in this way in the first place? I'm sure I've used programs which do this.