I have a system tray icon with a context menu set to appear on right-click. On a right click the menu appears fine and I can select an option. The problem is that the event doesn't fire immediately. If I then go to right click again on the icon, the event fires at that time(instead of the context menu apprearing again).
Now I have options on my menu, and both have this problem. The first option actually just calls the icon's double-click event as it's event handler. Well if I double-click the icon, the event fires immediately.
has anyone had an issue like this before?
Now I have options on my menu, and both have this problem. The first option actually just calls the icon's double-click event as it's event handler. Well if I double-click the icon, the event fires immediately.
has anyone had an issue like this before?
Comment