No announcements
Found 1477 threads
-
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 | 5491 Views | Created by Hurtz44 - Monday, June 28, 2010 3:27 PM | Last reply by evry1falls - Saturday, May 18, 2013 7:45 PM -
0 Votes
ContextMenuStrip
Each item you add to the contextmenustrip is actually its own object.Answered | 2 Replies | 3271 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
You display code to add a ContextMenuStrip that has one ToolStripMenuItem.Answered | 13 Replies | 597 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
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 | 3053 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
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 | 3676 Views | Created by d.allen101 - Tuesday, April 30, 2013 4:06 PM | Last reply by Thorsten Gudera - Tuesday, April 30, 2013 10:04 PM -
1 Votes
Axwindowsmediaplayer second contextmenustrip
_WMPOCXEvents_MouseDownEvent) _ Handles AxWindowsMediaPlayer1.MouseDownEvent If e.nButton = 2 Then If ...Answered | 5 Replies | 2791 Views | Created by AbdoAA - Saturday, September 12, 2009 11:38 PM | Last reply by AbdoAA - Sunday, September 13, 2009 5:05 PM -
0 Votes
ContextMenuStrip questions
I just wanted to clarify my question : I will go through my application, and at one point capture where a contextmenustrip was loaded like this : ...Answered | 7 Replies | 3183 Views | Created by kalamantina - Monday, October 19, 2009 6:44 PM | Last reply by nobugz - Tuesday, October 27, 2009 9:42 PM -
0 Votes
contextMenuStrip Click Event
I have a contextMenuStrip that displays a list of URL's.Answered | 3 Replies | 3936 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
How to position ContextMenuStrip
I had been struggling for hours to get a ContextMenuStrip to display in the right location on a DataGridView.Answered | 5 Replies | 7696 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
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 | 5736 Views | Created by pbair - Tuesday, September 29, 2009 2:00 PM | Last reply by Mansatan - Wednesday, August 25, 2010 4:30 PM -
6 Votes
NotifyIcon with ContextMenuStrip
I think that is going to be the penalty for not using the default ContextMenuStrip property of the NotifyIcon.Answered | 10 Replies | 3034 Views | Created by Penicillin - Wednesday, December 3, 2008 4:56 PM | Last reply by konikula - Friday, December 5, 2008 3:38 AM -
0 Votes
Get ContextMenuStrip at runtime
"ContextMenuStrip controls that exist in a Form at the runtime" If that's the ContextMenuStrip on any control anywhere on any form, then I have to ask - ...Answered | 7 Replies | 6469 Views | Created by debuging - Wednesday, April 13, 2011 2:55 PM | Last reply by debuging - Saturday, April 16, 2011 8:43 AM -
0 Votes
ContextMenuStrip Show Conditionally
You asked how to disable it - the ContextMenuStrip also has an ".Enabled" property.Answered | 3 Replies | 1862 Views | Created by Nikolaos Hatzistelios - Saturday, August 25, 2012 3:43 PM | Last reply by Frank L. Smith - Saturday, August 25, 2012 10:11 PM -
0 Votes
ContextMenuStrip
I have created a ContextMenuStrip with 3 Items ("Status", "Type", "Facility").Answered | 6 Replies | 2731 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
C# ContextMenuStrip - Is there a way to "minimize" the codings?
Hi iHandler, After looking into your code, I think you just need one contextMenuStrip, and you could bind the control to all pictureboxes.Answered | 3 Replies | 897 Views | Created by iHandler - Monday, May 2, 2016 7:17 AM | Last reply by Moonlight Sheng - Wednesday, May 18, 2016 7:59 AM -
0 Votes
Form like ContextMenuStrip
I need Form behavior similar to ContextMenuStrip in terms of mouse/focus behavior.Answered | 4 Replies | 513 Views | Created by Booster1 - Wednesday, June 15, 2016 12:00 PM | Last reply by Moonlight Sheng - Monday, June 20, 2016 6:00 AM -
1 Votes
ContextMenuStrip RowTemplate
Thanks for your reply..I allready resolved it by handling the RowContextMenuStripNeeded for the DataGridView..I assign there the ContextMenuStrip property of args parameter..here is the ...Answered | 3 Replies | 3651 Views | Created by emarinescu - Tuesday, March 3, 2009 12:03 PM | Last reply by yeng25 - Tuesday, September 29, 2009 6:10 AM -
1 Votes
How to prevent displaying ContextMenuStrip in each WinForm?
My goal is just allowing to emerge that contextmenustrip anywhere the MDI surface.Answered | 5 Replies | 2230 Views | Created by Enric Vives - Wednesday, August 15, 2012 8:37 AM | Last reply by Enric Vives - Thursday, August 16, 2012 11:13 AM -
2 Votes
How to attach events to contextmenustrip
Hello, my question is the following: I managed to add a Contextmenustrip so when user right-clicks he gets a menu with the option "Delete" and ...Answered | 4 Replies | 3427 Views | Created by penny4yourthoughts - Friday, January 15, 2010 11:27 AM | Last reply by penny4yourthoughts - Friday, January 15, 2010 4:35 PM -
0 Votes
Host a DataGridView on a ContextMenuStrip using ToolStripControlHost
= False .Columns.Add(chk) .Columns(chk.Name).Width = 15 .Columns.Add(tex) .DataSource = bs .Width = 186 ...Answered | 6 Replies | 3704 Views | Created by Ryan0827 - Friday, April 27, 2012 10:28 PM | Last reply by Michael Sun [MSFT] - Tuesday, May 1, 2012 2:18 AM - Items 1 to 20 of 1477 Next ›
No announcements