No announcements
Found 2475646 threads
-
2 Votes
How to attach events to contextmenustrip
Hi Penny, Instead of adding the text directly, add menu items and then assign click events for each menu ...Answered | 4 Replies | 3559 Views | Created by penny4yourthoughts - Friday, January 15, 2010 11:27 AM | Last reply by penny4yourthoughts - Friday, January 15, 2010 4:35 PM -
0 Votes
contextMenuStrip Click Event
I have a contextMenuStrip that displays a list of URL's.Answered | 3 Replies | 4078 Views | Created by Steve82291 - Sunday, May 16, 2010 11:52 AM | Last reply by Yasser Zamani - Mr. Help - Sunday, May 16, 2010 6:21 PM -
3 Votes
ContextMenuStrip
Handle Mousedown event of Listbox, if clicked button is Right one then select item at mouse position and show ContextMenuStrip at that position.Answered | 6 Replies | 5657 Views | Created by Hurtz44 - Monday, June 28, 2010 3:27 PM | Last reply by evry1falls - Saturday, May 18, 2013 7:45 PM -
3 Votes
How to position ContextMenuStrip
I wanted a slightly different position for my ContextMenuStrip and wanted VB.Net code.Answered | 5 Replies | 8070 Views | Created by d.allen101 - Wednesday, April 24, 2013 6:17 PM | Last reply by eBob.com - Friday, May 10, 2013 1:01 PM -
0 Votes
ContextMenuStrip
Each item you add to the contextmenustrip is actually its own object.Answered | 2 Replies | 3402 Views | Created by Alasar - Monday, July 7, 2008 2:47 PM | Last reply by Alasar - Thursday, July 10, 2008 9:49 AM -
0 Votes
Problem to ContextMenuStrip
That's how a ContextMenuStrip is supposed to work unless you use cancelable Opening and Closing events to handle multiple-click scenarios.Answered | 13 Replies | 721 Views | Created by Jackson_1990 - Wednesday, March 4, 2015 2:00 AM | Last reply by IronRazerz - Monday, March 9, 2015 4:14 PM -
1 Votes
How to prevent displaying ContextMenuStrip in each WinForm?
So that doing it as you say I never get the ContextMenuStrip in my MDI.Answered | 5 Replies | 2310 Views | Created by Enric Vives - Wednesday, August 15, 2012 8:37 AM | Last reply by Enric Vives - Thursday, August 16, 2012 11:13 AM -
0 Votes
ContextMenuStrip questions
, does anyone know how can I show a contextmenu via code in .NET 2.0?Answered | 7 Replies | 3307 Views | Created by kalamantina - Monday, October 19, 2009 6:44 PM | Last reply by nobugz - Tuesday, October 27, 2009 9:42 PM -
1 Votes
How to change ContextMenuStrip visibility under a ListView
There is an event in ContextmenuStrip - "Opening".Answered | 2 Replies | 2210 Views | Created by enigmagame - Thursday, August 4, 2011 8:19 AM | Last reply by enigmagame - Thursday, August 4, 2011 9:07 AM -
0 Votes
Implementing desired behaviour of ContextMenuStrips
I found a way to implement mouse wheel scrolling of the ContextMenuStrip Items with the following code using SendKeys.Answered | 6 Replies | 5852 Views | Created by pbair - Tuesday, September 29, 2009 2:00 PM | Last reply by Mansatan - Wednesday, August 25, 2010 4:30 PM -
5 Votes
how to recognise what the mouse is moving on which contextmenustrip's item,
For example, in the Form Load event i add 5 ToolStripMenuItems to the ContextMenuStrip.Answered | 4 Replies | 508 Views | Created by elek_engineer - Wednesday, August 13, 2014 8:10 PM | Last reply by Franklin Chen - Thursday, August 14, 2014 6:51 AM -
1 Votes
Contextmenu and contextmenustrip
Although ContextMenuStrip replaces and adds functionality to the ContextMenu control of previous versions, ContextMenu is retained for both backward compatibility and future use if you ...Answered | 1 Replies | 3232 Views | Created by rowter - Thursday, September 24, 2009 2:24 PM | Last reply by David M Morton - Thursday, September 24, 2009 2:26 PM -
0 Votes
ContextMenuStrip
If I create a single event handler for the sub-menus, is there a way to determine which sub-menu item was clicked or do I need to create a separate handler for each?Answered | 6 Replies | 2857 Views | Created by Morgan Haueisen - Monday, February 22, 2010 2:24 PM | Last reply by Morgan Haueisen - Monday, February 22, 2010 5:55 PM -
0 Votes
Adding Veritcal Scroll to ContextMenuStrip
thx for the advice but setting size and adding items to ContextMenuStrip does not add vertical scrollBar. it will and arrows to the top and bottom of the ContextMenuStrip for ...Answered | 3 Replies | 3927 Views | Created by d.allen101 - Tuesday, April 30, 2013 4:06 PM | Last reply by Thorsten Gudera - Tuesday, April 30, 2013 10:04 PM -
0 Votes
Form like ContextMenuStrip
>How can I get "right button down" with "Form"?Answered | 4 Replies | 684 Views | Created by Booster1 - Wednesday, June 15, 2016 12:00 PM | Last reply by Moonlight Sheng - Monday, June 20, 2016 6:00 AM -
0 Votes
C# ContextMenuStrip - Is there a way to "minimize" the codings?
{ switch (tArg.ClickedItem.Text) { case "Delete": ((obj as ...Answered | 3 Replies | 999 Views | Created by iHandler - Monday, May 2, 2016 7:17 AM | Last reply by Moonlight Sheng - Wednesday, May 18, 2016 7:59 AM -
1 Votes
Axwindowsmediaplayer second contextmenustrip
_WMPOCXEvents_MouseDownEvent) _ Handles AxWindowsMediaPlayer1.MouseDownEvent If e.nButton = 2 Then If ...Answered | 5 Replies | 2917 Views | Created by AbdoAA - Saturday, September 12, 2009 11:38 PM | Last reply by AbdoAA - Sunday, September 13, 2009 5:05 PM -
0 Votes
Windows Form: How do I stop a ContextMenuStrip from opening?
In the ContextMenuStrip's Opening event, check the number of items in the ListBox.Answered | 1 Replies | 3878 Views | Created by Ionix - Monday, August 25, 2008 9:33 AM | Last reply by WaywardMage - Monday, August 25, 2008 1:13 PM -
0 Votes
How to Merge ContextMenuStrip Items into MenuStrip item as subitems?
How to deal with that?Answered | 14 Replies | 3680 Views | Created by gb_007 - Sunday, July 12, 2009 9:27 PM | Last reply by Kira Qian - Tuesday, July 14, 2009 7:29 AM -
0 Votes
Get ContextMenuStrip at runtime
The problem with this solution is if the menu is not assigned to a control or form but programmatically displayed on some event (mouse click).Answered | 7 Replies | 6631 Views | Created by debuging - Wednesday, April 13, 2011 2:55 PM | Last reply by debuging - Saturday, April 16, 2011 8:43 AM - Items 1 to 20 of 2475646 Next ›
No announcements