M
MartinBsx
Hello,
I'm using .NET Framework 1.1 and I've found that MenuItem.Select event is
not raised for ContextMenu used at NotifyIcon.
Menu associated with NotifyIcon at Windows systray area is not created
dynamically, Menu was created in Form designer. Particular MenuItems have
their Select += new EventHandler(...) properly registered, but when mouse is
over menu item then Select event handler never gets called. Click event
works just fine and MenuItem.Select when used in normal (MainMenu) menu
works also.
Anyone has an idea how to fix/workaround that problem?
Thanks',
Martin
I'm using .NET Framework 1.1 and I've found that MenuItem.Select event is
not raised for ContextMenu used at NotifyIcon.
Menu associated with NotifyIcon at Windows systray area is not created
dynamically, Menu was created in Form designer. Particular MenuItems have
their Select += new EventHandler(...) properly registered, but when mouse is
over menu item then Select event handler never gets called. Click event
works just fine and MenuItem.Select when used in normal (MainMenu) menu
works also.
Anyone has an idea how to fix/workaround that problem?
Thanks',
Martin