I was wondering if anyone knows a way to resize a window to have it only display a highlighted selection rect instead of showing the window actually resized while your resizing it. I've seen some apps do this. for instance Trillian's Windows use a selection Box for resizing and then the window is redrawn after the size is set. Im sort of doing the same thing with skinned windows and i cant have my program constantly reskin the windows transparency areas while the user is resizing the window.
Im probably not going to be using the typical window resizing ability. Im making hot spots for resizing and doing it myself. but i want to show a rect on the screen of the size of the window before i have the window redrawn to that size.
Im probably not going to be using the typical window resizing ability. Im making hot spots for resizing and doing it myself. but i want to show a rect on the screen of the size of the window before i have the window redrawn to that size.