Icon in System tray upon Minimizing

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!!
 
M

Mattias Sjögren

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top