Hi,
My C# application is running in the System Tray. On right click over the icon displayed in the system tray, a menu is shown and on click of a menu item, the event should be fired. But in my case, the event is fired only for the second click. I.e., I right click on the icon and click the menu item. But still the event is not fired, so when I try to right-click again, the event gets fired, but for this time I need not click the menu item. Please help me to fix this problem.
Thanks in advance.