Re: minimize button on a delphi created mainwindow not working on an XP system



Have you tried catching _only_ the SC_MINIMIZE message and not all
system command messages (as I think you are).

Since it calls inherited, and I can see from the statusbar message that
application.minimize
IS called when I press the minimize button, I am not sure this is relevant.
I only put this
code in to see for sure that application.minimize was called.

What are you doing that causes the effect at formshow.

This seems to be the culprit. formshow can be a lengthy routine. I am trying
moving all of its
slow stuff into another thread and see what happens.


.


Quantcast