Jan 28, 2002 #1 JRUBIO Technical User Jan 7, 2003 3 US hello!!! how can i make child windows that are always square sized? So that the user can size it but the side sizes of the child window are always equal. Thanks in advance
hello!!! how can i make child windows that are always square sized? So that the user can size it but the side sizes of the child window are always equal. Thanks in advance
Jan 28, 2002 #2 NiceButDim Programmer Feb 12, 2002 154 GB Override the OnSize method (Message WM_SIZE). You will then know when the user has resized the window and you can alter it's size as required. Upvote 0 Downvote
Override the OnSize method (Message WM_SIZE). You will then know when the user has resized the window and you can alter it's size as required.