Link to home
Start Free TrialLog in
Avatar of chuckwicked
chuckwicked

asked on

How can I make an Icon at the TaskBar? ie. the volume control!

I'm making an app that i need to put an icon at the Windows TaskBar, but i don't think how to do.
Avatar of ronit051397
ronit051397

You mean on the system tray?
if you want to associate an icon with the application go to
Project | Options then click on the Application tab and press the load icon button.

if you want to add the icon to the system try I sugest you get a component called ASTrayIcon it is based on the RxLibraries and is available from DSP (http://sunsite.icm.edu.pl/delphi/) Or tell me this is what you want and I'll give you the source.

if you want to create an entry in the start menu you can copy a shortcut into a directory under <\Windows\Start Menu>

oh BTW the system tray is that little bevel on the right side of the start bar and it usualy has a clock in it.
Yes, there are lot's of components that put an icon to the system tray.

The best is to look at torry.rimini.com -easy to find there what you need...
ASKER CERTIFIED SOLUTION
Avatar of ronit051397
ronit051397

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial