> Is there a way so switch off this "mazimized" status? Don't know. Win32 not my strong suit.
I think you can test it with IsZoomed(hwnd); if that helps? > I am aware that this might be window-manager (OS) dependent > but I would > appreciate if somebody (who already was trying to do some programtical > maximize/unmaximize stuff) could point me the direction I should look > further. This is just a guess, but maybe calling ShowWindow(hwnd, flags); with flags set to SW_SHOWNORMAL would let you clear the "zoomed" state of the previous test found it was set? And yes, that would be win32 specific code, but a few ifdef's should get it going... SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

