Menu

#1 Tray Icon Label

open
nobody
None
5
2009-07-29
2009-07-29
No

Hello,

I modified the source code of ClipControl to add a tooltip label to the tray icon in CCApp::InInit();

if (cfgMain->Read("trayicon", 1))
tbiTray->SetIcon(wxIcon("IDI_CCSMALL"), "ClipControl"); //MF, 19.07.2009
//tbiTray->SetIcon(wxIcon("IDI_CCSMALL"));

With this title in the tray icon Windows can recognize the icon at system restart and you can use the customization option of Windows Task Bar to permanenetly show or hide the icon. Without the label Windows is confused and resets the tray icon to default behaviour at any system start.

If you want to have a look at the new executable, here is an archive containing EXE and DLLs:
http://www.foxplanet.de/clipctrl/ClipControl.rar

Discussion


Log in to post a comment.