Taskbar Icons

A

Al Secen

Does anyone know how to programmatically (from VBA) add or
delete icons in the taskbar? Is there an object model
that's used or a method that's available through some
object? Thanks
 
L

LiquidJ

Add or remove icons from the taskbar? You start or terminate programs to do
that...

Or perhaps you mean the Quick Launch bar? Check out the CreateShortcut()
method, and create a shortcut to whatever program in the "\Documents and
Settings\<username>\Application Data\Microsoft\Internet Explorer\Quick
Launch" folder.


{L}
 
A

Al Secen

As a developer of an application, how do I register it to
have an icon appear in the task bar?
 
L

LiquidJ

The system tray? I don't know if it can be done with VBA, but check out
Shell_NotifyIcon() and friends, and MS KB article Q162613.

{L}
 
A

Al Secen

System Tray - that's what I wanted. Much thanks.
-----Original Message-----
The system tray? I don't know if it can be done with VBA, but check out
Shell_NotifyIcon() and friends, and MS KB article Q162613.

{L}





.
 

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