Hide inactive icons on XP

V

Viviana Vc

Hi all,


For some reason that I won't detail here the icon from my application
doesn't behave nice when it is hidden because it is inactive on a Win XP
(this feature, of hidden an icon when inactive is only on XP).

So I would like programaticaly to set just for my application the
behavior "Always show". In other words, I would like programatically to
do the following setting: taskbar->properties->hide inactive
icons->customize->my app -> behavior->always show.

I thought that this is something adjustable from the registry, but I
wasn't able to find the registry setting for this.

Can somebody please help? Any hints will be appreciated.

Thanks in advance,
Viv
 
S

Squire

Right click the task bar and Properties,
Click Hide inactive Icons and Customize,
Under Behavior, double click the Icon you want,
Make selection.
Click OK, Apply OK


--
JerryM (ID)

MURPHY'S COMPUTER LAW
A man who can smile when things go wrong,
has thought of someone he can blame it on.
 
V

Viviana Vc

Yes, I already know that :)
I want to do this programmatically and I don't know how. Any hint?

Viv
 
V

Viviana Vc

I don't think you understood my needs ...
I would like programmatically to do this, so that when a user installs
my software during the installation I would like to do the change. As
the users won't do it by themself I would like to do it
programmatically, and I hoped that this is a setting in the registry but
I couldn't find any :(

Viv
 
B

ben

Viviana Vc said:
I don't think you understood my needs ...
I would like programmatically to do this, so that when a user installs
my software during the installation I would like to do the change. As
the users won't do it by themself I would like to do it
programmatically, and I hoped that this is a setting in the registry but
I couldn't find any :(

Viv
=======
Try tray pilot light.I think this is a great program to hide system tray icons
http://www.colorpilot.com/hidetray.html
download link
http://www.colorpilot.com/load/traylt.exe
90 kb
 
G

Guest

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\EnableAutoTray RegDword 0x0

either log off /on or kill explorer and restart explorer to make effective.
 

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