Go4Expert Founder
6Aug2007,09:31   #11
shabbir's Avatar
Why don't you download the code and try running it. I see you should have the IDR_MENU and not IDR_MENU1 but I could not get what you meant by
Quote:
Originally Posted by 2MuchRiceMakesMeSick
But I cant because there is no Menu Control IDs in the wizard.
Ambitious contributor
6Mar2008,14:50   #12
parvez.yu's Avatar
what is system tray icon
Go4Expert Founder
6Mar2008,16:02   #13
shabbir's Avatar
Quote:
Originally Posted by parvez.yu
what is system tray icon
The Icon you see in the bottom right corner
Ambitious contributor
6Mar2008,16:48   #14
parvez.yu's Avatar
oh ok thanks shabbir
Newbie Member
31Mar2009,08:58   #15
torussxl's Avatar
I followed the instructions for the system icon, and my app is able to get one to show up...however the icon disappears as soon as the mouse hovers over it. So obviously the tooltip and the right-click menu cannot be activated.

What am I possibly doing wrong? I followed the instructions almost verbatim. I'm using Windows XP pro and Visual Studio 2005 version 8.

Thanks for any help.
Go4Expert Founder
31Mar2009,14:12   #16
shabbir's Avatar
Your Exe is dying and so the Icon is disappearing.
Newbie Member
8Apr2009,18:03   #17
funativi's Avatar
I want to enable / disable menu items insystem trya. How cam I do it?
Go4Expert Founder
8Apr2009,19:13   #18
shabbir's Avatar
Quote:
Originally Posted by funativi View Post
I want to enable / disable menu items insystem trya. How cam I do it?
Disabling the menu item would be same for Normal Menu or for Any Windows control. There is an API EnableWindow and I think that should do it for you
Newbie Member
9Apr2009,09:03   #19
funativi's Avatar
I have tried it, but it does not work, I debugged the code and I found that update handler is called before oncommand.
Go4Expert Founder
9Apr2009,12:17   #20
shabbir's Avatar
It does work for me ?