Re: Re: Tray Icon


[ Related Articles and Replies ] [ DelphiLand FAQ ] [ Delphi Tutorials ]

Posted by i2k on April 03, 2002 at 12:09:59:

In Reply to: Re: Re: Tray Icon posted by Andre Xuereb on January 01, 2002 at 16:26:27:

I had the same problem. Delphi said undefined
WM_ICONTRAY. This is because, WM_ICONTRAY need to be declared as a constant. User defined message as WM_ICONTRAY = WM_USER + 1;

Check this link
http://www.latiumsoftware.com/en/delphi/00035.php3


 


[ Related Articles and Replies ] [ DelphiLand FAQ ] [ Delphi Tutorials ]