Jeff, You can use BINDEVENT() on the resize and it fires both min and max.
BINDEVENT(thisform."Resize",thisform,"yourmethod") You can use the optional last parameter [flags], to control if you want your code to fire before or after the VFP.Resize(). In thisform.yourmethod, you check the WindowState property. Fred On Thu, Nov 24, 2011 at 9:16 AM, Jeff Johnson <[email protected]> wrote: > On 11/24/2011 08:58 AM, Alan Bourke wrote: > > I don't think there is one - you would probably stick some code in the > > Resize() event, let it DoDefault() and then check the WindowState > > property. For example that would be 1 if minimised I think. > I put code in the resize as you suggested and it works on maximize and > normal. I am maximizing & minimizing a called form so it does what the > calling form does. Like I said it works for maximize and back to > normal, but not minimize. Interesting. > > Thanks, > > > > Jeff > > --------------- > > Jeff Johnson > [email protected] > (623) 582-0323 > > www.san-dc.com > > > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CAJCBksoYh3oA2R8TkKnP=gdbsa_wir9ycammwfwfqf+kba5...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

