Event after form_resize

CdRsKuLL

Active member
Joined
Sep 26, 2006
Messages
40
Programming Experience
Beginner
~Hi all.. fed up, how come you find handy code when you dont need it, and when you DO "can you find it !!!!"

I'm after the event codes thats fired before and after a form_resize has taken place. I need to close a embedded program down at the start of the resize and then start it up at the end of the resize.. I do know it can be done.. but can I find the code.. hmm been searching for about 2 hours now.. dam that google man.

please someone help

ta

Steve
 
Form Events
.....
Resize : Occurs when the control is resized. (Inherited from Control.)
ResizeBegin : Occurs when a form enters resizing mode.
ResizeEnd : Occurs when a form exits resizing mode.
....
Only Resize happens for form minimize/maximize/restore so take that into consideration.
 
Back
Top