Re: minimize button on a delphi created mainwindow not working on an XP system
- From: "alanglloyd@xxxxxxx" <alanglloyd@xxxxxxx>
- Date: Wed, 27 Jun 2007 02:35:11 -0700
Why do you "and" the message type with $fff0 before comparing it with
SC_MINIMIZE.
Have you tried enclosing the "and" action in brackets (before the code
does the comparison).
Have you tried catching _only_ the SC_MINIMIZE message and not all
system command messages (as I think you are).
What are you doing that causes the effect at formshow.
Alan Lloyd
.
- Follow-Ups:
- Prev by Date: Re: Delphi.NET
- Next by Date: Re: Accessing the sectors of an harddisk
- Previous by thread: Delphi.NET
- Next by thread: Re: minimize button on a delphi created mainwindow not working on an XP system
- Index(es):