Icon in System tray upon Minimizing

  • Thread starter Thread starter Zectron
  • Start date Start date
Z

Zectron

I have made my custom application from which i can access all other
installed application using Shell function. I need to send this application
to system tray upon minimizing. How to do it?? Please help!!
 
I have made my custom application from which i can access all other
installed application using Shell function. I need to send this application
to system tray upon minimizing. How to do it?? Please help!!

Use the NotifyIcon component to add the icon, and override the
OnResize method (or handle the corresponding event) to detect when the
form is minimized.


Mattias
 
Back
Top