HI everyone,
I have a UserControl with a ContextMenuStrip attached to it.
I want to display ContextMenu base on which object was clicked on the surface of the control.
The issue is that, at the first launch, when I right-click on the control's surface, the contextMenuStrip doesn't show up!
I set breakpoint inside both contextMenuStrip_opening and contextMenuStrip_opened event but it seems that only contextMenuStrip_opening get fired.
What happened?
In what situation the contextMenuStrip doesn't show up?
Please help.