Derek Stone
08-29-2000, 05:54 PM
I am subclassing my program and I need to know the value of the WM_RESIZE constant so that I can detect when the form is being resized.
Anybody know it?
-cl
Anybody know it?
-cl
wm_resizeDerek Stone 08-29-2000, 05:54 PM I am subclassing my program and I need to know the value of the WM_RESIZE constant so that I can detect when the form is being resized. Anybody know it? -cl ruti_gl 08-30-2000, 04:09 AM Maybe, it is my mistake, but as far as I know, there is no such a constant. There is a constant WM_SIZE = &H5. Best Regards, Ruth Glushkin amram71 08-30-2000, 11:03 AM If u want to resize another program, you can use SetWindowPos BillSoo 08-30-2000, 12:46 PM What's wrong with using the resize event? "I have a plan so cunning you could put a tail on it and call it a weasel!" - Edmund Blackadder Derek Stone 08-30-2000, 08:11 PM I wanted to centralize all my code in the subclassing procedure. Guess I can't. Oh well, doesn't matter. I will just put it in the resize event. Thank you, -cl |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum