Catching minimize event
-
Hi, What event should I catch if I want to replace the minimize button code. I've tried catching the "Sizechanged" event but this fires every time a window is opened or resized, I only want to catch the event caused by the minimize button. I want to use this to create an application specific "taskbar" for all of my MDI client windows. Thanks in advance for any suggestions made!
-
Hi, What event should I catch if I want to replace the minimize button code. I've tried catching the "Sizechanged" event but this fires every time a window is opened or resized, I only want to catch the event caused by the minimize button. I want to use this to create an application specific "taskbar" for all of my MDI client windows. Thanks in advance for any suggestions made!
-
Ah ok, thanks. That worked. Now we're at it, would anyone happen to know how to make my mdi client window dock to its parent? Thanks again, cheers.