Top "Contextmenustrip" questions

ContextMenuStrip should appear when a user right-clicks, reacting to the surroundings.

How to identify dataGridView cell that was right clicked on for ContextMenuStrip?

User right clicks on a cell within a DGV, then makes a selection in the ContextMenuStrip. Based on their CMS …

c# visual-studio-2010 datagridview contextmenustrip
How to disable ToolStripMenuItem in Context menu Dynamically?

In my windows application i have a context menu with a grid the problem is that I want to disable …

c# .net winforms toolstrip contextmenustrip
mouse right-click contextMenuStrip doesn't show ONLY for the first time

I got this part of code, where I open contextMenuStrip in respond to mouse right-click (over dataGridView table). The problem …

c# datagridview mouseevent contextmenustrip
How do I add a ContextMenuStrip to a ToolStripButton?

I have a toolstrip containing, among other things, a ToolStripComboBox and a ToolStripButton. I want to add a ContextMenuStrip to …

c# winforms contextmenustrip toolstripbutton
ContextMenuStrip On RightClick, IF Items Are Selected In Listview?

I have a ContextMenuStrip attached to a list view, and it's working great, but what I'm interested in knowing is …

c# winforms contextmenustrip
C# - DatagridView and ContextMenuStrip

I have a datagridview with five columns and context menu strip which have items and sub items. When I right …

c# datagridview items contextmenustrip
Can't set the position of a contextmenustrip?

I'm trying to open a contextmenustrip at the place where I right-clicked the mouse, but it always shows at top …

c# winforms contextmenustrip
C# - Dynamically add and remove items from ContextMenuStrip and "Smart Events"

In short my problem is how to implement "Send to" (right click on file on windows) I have a data …

c# winforms contextmenustrip removable-storage
Invoke ToolStripMenuItem

I'm trying to figure out if there's a way to Invoke ToolStripMenuItem. For example,I am calling a web service(…

c# winforms user-controls invoke contextmenustrip