![]() |
Icons on system tray menu |
Post Reply ![]() |
Author | |
Jaws ![]() Newbie ![]() ![]() Joined: 20 June 2005 Location: Italy Status: Offline Points: 14 |
![]() ![]() ![]() ![]() ![]() Posted: 19 July 2005 at 5:33am |
I'm developing a dialog based VC++ application and I've used CXTTrayIcon to place an icon and a popup menu in Windows Sys Tray. It works fine but I'd like to apply Office 2003 Style and icons to the popup menu as like as Tray Icon Demo sample. The problem is that my popup menu isn't associate to any toolbar on the main dialog and it contains function that I want make available only by using the popup menu. How can I do it? Thank you |
|
![]() |
|
Oleg ![]() Admin Group ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
See TrayIcon Demo. You can add new popup menu and use it. CMenu menu; if (!menu.LoadMenu(IDR_POPUP_TRAY)) { return 0;} CMenu* pSubMenu = menu.GetSubMenu(0); if (pSubMenu == NULL) { return 0;} |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |