Jan 28, 2002 #1 JRUBIO Technical User Joined Jan 7, 2003 Messages 3 Location 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 Joined Feb 12, 2002 Messages 154 Location 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.