Tagged Questions
The contextmenustrip tag has no wiki summary.
7
votes
1answer
1k views
Determine what control the ContextMenuStrip was used on
I have a ContextMenuStrip that is assigned to several different listboxes. I am trying to figure out when the ContextMenuStrip is clicked what ListBox it was used on. I tried the code below as a ...
4
votes
4answers
2k views
Do not close ContextMenuStrip on selection of certain items
Is it possible to leave a ContextMenuStrip open after a selection/check of certain items?
I plan on using a simple ContextMenuStrip to set a filter (this way i could use the same filter either in a ...
3
votes
2answers
264 views
Find height of ContextMenuStrip before showing it
I have a ContextMenuStrip (ctMenuMassEdit) that I want to display when left-clicking a button (btnMassEdit). I want the ContextMenuStrip to be displayed above the button, i.e. position ...
2
votes
3answers
91 views
Dynamically filtering a menu (ContextMenuStrip) in C# without recreating the menu?
Is this possible?
I plan to have 10 menu items where these are going to have sub-menu items (1 level deep only). I want to be able to filter them when the user types into my TextBox control. I know I ...
2
votes
1answer
144 views
Aligning the text in the center vertically of a contextmenustrip item with manually set height
I'm trying to align the text in the centre vertically in acontextmenustrip item with manually set height of 60. However no matter what I try the text is always at the top. Images in the same item ...
2
votes
1answer
139 views
ToolStripMenuItem added to several places?
I have a large list of entities which the user needs to be able to select from.
I have a ContextMenuStrip on my window, and has a few MenuItems for each category of entity.
In a library example, ...
2
votes
4answers
248 views
How do I set an image for ContextMenuStrip items?
How do I set an image for ContextMenuStrip items? I'm using C#.
2
votes
1answer
162 views
about ToolStripMenuItem
I'm having one ContextMenuStrip in that strip at runtime I'm adding one ToolStripMenuItem. And I added this ContextMenuStrip in the XtraGridView's MouseDown() event handler. And at the same time I've ...
2
votes
1answer
222 views
ContextMenuStrip loses the focus from an item in the tree view if it is right clicked
I have a contextmenuStrip associated with a tree view.
Now for instance, i have four nodes in the tree structure and Node 4 is selected.
Behavior:
ContextMenuStrip - When u right click on the Node 2 ...
2
votes
4answers
1k views
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 how I can have it show up only when one or more items are selected in the listview.
...
2
votes
1answer
296 views
ContextMenuStrip and mouse wheel
I have a ContextMenuStrip with many items.
How to handle ouse wheel to scroll throught items?
I search the net but nothing find usefull.
Or how to get first/last displayed/visible item from ...
2
votes
3answers
1k views
how to show contextmenustrip when a button is clicked in the right position
i want to click on a button and have it show a contextmenustrip right below the button. it keeps showing up in the left hand side of the screen when i try pointtoacreen and top and left coordinates.
...
2
votes
1answer
254 views
ContextMenuStrip
I am adding a right click functionality on individual nodes of a treeView in my C# code.
The options like "Add", "Delete", "Rename" should pop up when the user right clicks in those nodes on the tree. ...
1
vote
1answer
95 views
ToolStripMenuItem for multiple ContextMenuStrip
I have a form which contains tab panel with many tap pages. Each of them has its own context menu (display on right-click). But If I add a ToolStripMenuItem to multiple ContextMenuStrips only last ...
1
vote
3answers
76 views
on which object was choosen option from ContextMenuStrip
I make windows form application. I have on form TreeView, I add few nodes and add ContextMenuStrip.
var menu = new ContextMenuStrip();
menu.Items.Add("Some text", new Bitmap(1, 1), new ...
1
vote
2answers
161 views
How to invoke ToolStripMenuItem
I'm trying to figure out if there's a way to Invoke ToolStripMenuItem.
For example,I am calling a web service(ASynchrously) when result is returned.i populate drop down items according to result,(In ...
1
vote
2answers
88 views
C# - ContextMenuStrip.close() problem
I have some map control and when I clicked on it, I open contextMenuStrip and then clicked for the snapshot of my map.
Problem is that when I click for the snapshot, it's snapshot map including ...
1
vote
2answers
401 views
CheckBox button and ContextMenuStrip for dropdown menu
I'm tring to implement a button which have a dropdown menu when checked and this menu is gone when unchecked. My problem is I cannot uncheck the checkbox when it or its menu lost focus.
The ...
1
vote
1answer
769 views
get the control (treeView) by the toolstripmenuitem eventhandler
Similar to this question:
get contextmenustrip from toolstripmenuitem
Except that now I need to find the object whose context menu was opened when the ToolStripMenuItem was clicked.
SourceControl, ...
1
vote
1answer
223 views
get contextmenustrip from toolstripmenuitem
Do I use the Owner, OwnerItem, or the Container property?
What if the ToolStripMenuItem is a member of another tsmi, which in turn is a member of another tsmi, etc.?
The purpose of this is to be ...
1
vote
1answer
140 views
WinForm: Merge ContextMenuStrip MenuItem with existing menu in VS2010
I have added a few custom MenuItem objects to a ContextMenuStrip control.
However, adding my objects has completely blown away the very useful menu items that already existed in the controls ...
1
vote
1answer
293 views
Problem During showing of ContextMenuStrip in XtraGridview control
I'm having one ContextMenustrip & DevExpress XtraGridView. And i shown the ContextMenustrip to the user when user right clicks on the XtraGridView, for that i used XtraGridView's MouseDown() ...
1
vote
1answer
1k views
How to add sub menu items in contextmenustrip using C#4.0?
I have one contextmenustrip control associated with treenode.I have created one menu item in contextmenustrip manually in the form itself(for example named as "Assign").Now i want to add sub menu ...
1
vote
1answer
117 views
Is it possible to bind datatable to the ToolStripMenuItem?
I'm using ContextMenuStrip & i created the submenus under ContextMenuStrip at runtime. By adding object of ToolStripMenuItem class.
I'm having one datatable from that table i want to populate my ...
1
vote
1answer
76 views
Right style menu by right clicking
Goal:
Have a right click menu with a right style
Problem:
How should i retrieve this style when I'm right clicking:
and not this style:
I'm using the component ContextMenuStrip to display menu ...
1
vote
1answer
202 views
Keep getting the 'Cross-thread operation not valid' when trying to show the menustrip of a notifyicon
This is not a regular 'Corss-Thread opeartion' BS, so don't post the obvious solutions please.
This is something that's been driving me crazy for days now.
I have a NotifyIcon, with a binded ...
1
vote
1answer
241 views
attaching a contextmenustrip into checkboxlist dynamicly
i am trying to attach a built context menu strip into an object which i insert into my CheckBoxList
what i am trying to do is to attach the contextMenuStrip into the new checkbox that is being created ...
1
vote
2answers
228 views
How to create panel like windows in WinForms
Please See this:
http://img405.imageshack.us/img405/2008/rolloversummaryschedule.jpg
How can i create a window that holds Patient data in it? The 2 records that you see is in List View. I would then ...
1
vote
1answer
372 views
How can one get a ContextMenuStrip to show on left click of a NotifyIcon?
I have a ContextMenuStrip assigned to a NotifyIcon and this works with the right click fine.
How may I wire up the mouse-click event to tell the NotifyIcon to show its ContextMenuStrip?
private void ...
1
vote
0answers
304 views
ContextMenuStrip not highlighting Items according to mouse movement
I have a ContextMenuStrip that I am showing programmatically in response to a button being clicked. Everything works as expected, except that the Items in the menu do not respond to being moused ...
1
vote
1answer
969 views
contextMenuStrip click events in vb.net
Is there an event that fires in vb.net just before a contextMenuStrip appears when the user right clicks on a control? I need to be able to control the content of the contextMenuStrip just prior to ...
1
vote
1answer
147 views
In Winforms, how do you pass the datagridview row right-clicked on to the ContextMenuStrip?
I need to know which row is right-clicked on for the contextMenuStrip in a datagridview. Winforms, c#.
1
vote
1answer
491 views
Erratic behavior from ContextMenuStrip
I am getting some erratic behavior from a ContextMenuStip:
private void lstModules_MouseMove(object sender , MouseEventArgs e)
{ mouse = e.Location; }
private void lstModules_MouseDown(object ...
1
vote
3answers
2k views
How do you get the control that was clicked to open a ContextMenuStrip?
I'm using a ContextMenuStrip for multiple controls and I'm trying to figure out the best way to get the control that was actually clicked on to open the Context Menu. The sender just gives the ...
1
vote
2answers
364 views
How do I receive mouse move events while showing a ContextMenuStrip?
I'm using a ContextMenuStrip to show some options to the user when they mouse over cells in a table, by calling its Show(Control, int, int) method from within a the table's MouseMove event, passing ...
1
vote
2answers
455 views
Toolstripbutton text gets cut off in contextmenustrip
i am instantiating my own ToolStripButton and adding it to a contextmenustrip it pops up but the text gets cut off:
string[] layouts = new string[]{"Test 1", "test 2", "test 3"}
...
1
vote
2answers
491 views
How do I stop items in a ContextMenuStrip from treating ampersands specially?
I have a ContextMenuStrip which displays items which can be named by the user; the user is allowed to give the items names containing ampersands. When the ContextMenuStrip is shown, the items' treat ...
1
vote
1answer
603 views
Remove .net ContextMenuStrip Padding
When creating a ContextMenuStrip, there is a huge amount of padding around the contained controls.
For example:
Me.myMenu = New ContextMenuStrip
'unset all obvious padding settings'
...
1
vote
1answer
810 views
ContextMenuStrip Behavior Problem
I am adding a label to a form dynamically, then dynamically adding a ContextMenuStrip control. Whether I use the label.ContextMenuStrip property to connect them, or add the event handler to the label ...
1
vote
1answer
3k views
How to create ContextMenuStrip in C# which items are images?
I want to create context menu in C# which items are images of different heights and widths.
Main problem I don't know how to solve is how to set width and height for menu items and context menu.
If ...
1
vote
4answers
3k views
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 both of them, but I don't have direct access to the toolstrip or its ...
0
votes
1answer
75 views
C# Disable default windows contextstrip from within a textbox
I have disabled the default context strip throughout my form, and replaced with my own.
Within my contextmenustrip i have a toolstriptextbox, however when right-clicking within this it brings up the ...
0
votes
2answers
48 views
C# Form — Programming Context Menu
I have a ContextMenuStrip That I create in code:
ContextMenuStrip menu;
public Loader()
{
menu = new ContextMenuStrip();
menu.Items.Add("Set Complete");
menu.Items.Add("Set Review");
...
0
votes
1answer
52 views
How to prevent menu (ContextMenuStrip) to steal focus from my TextBox control?
I am trying to replicate an intellisense like feature where you have a textbox and a menu that's shown below it. I know intellisense doesn't use ContextMenuStrip, but my version has to have categories ...
0
votes
0answers
51 views
ContextMenuStrip.Show in class not being called
got an odd one.
I've got a class that contains a ContextMenuStrip, and when calling the .Show on it, nothing happens.
I've tried to write to a logfile as you can see below, and the first line gets ...
0
votes
1answer
31 views
WinForms - How to call the Window Documents Context Menu
On every windows app there is that context menu that you can access with CTRL+Space bar:
I believe this menu is called the "Window Control Menu", but I am not sure.
It has the following options:
...
0
votes
1answer
68 views
Do I need to explicitly dispose a customized contextmenustrip
I have a class clsContextPopUpMenu to create a ContextMenuStrip with some basic functions (e.g.copy) that I can use in different controls.
Friend Sub New(ByRef objControl As ...
0
votes
1answer
203 views
vb.net DataGridview show custom ContextMenuStrip on cell that is being edited
I'm trying to show a custom contextmenustrip on my datagridview and it works fine except when the cell is being being edited. Then it shows the default windows contextmenustrip with copy/cut/...
Is ...
0
votes
2answers
97 views
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 left of the screen.
Here is the code i used :
private void ...
0
votes
3answers
32 views
CSS Menu Navigation
I cannot understand what this codes means -
1) .main ul ul,
2) .main ul li:hover ul ul
3) .main ul li:hover ul
4) .main ul ul li:hover ul
These codes are applied to hide or display menus & ...