menustrip Questions

5

Goal: A Menustrip with Copy and Paste and the user shall see the Shortcut-Keys. Problem: If you have a MenuStrip and set the ShortcutKeys the are "catched" by the Menu but no longer by the Textb...
Daune asked 8/2, 2012 at 14:9

3

Solved

I read a few other articles about how people want to customize the colors and gradients of a MenuStrip. What I want to do is remove the gradient so that the MenuStrip is the same color as the rest...
Hypogeous asked 16/2, 2011 at 3:5

11

Solved

I can't seem to find any way to add a horizontal separator in a MenuStrip. Visual Studio complains Cannot add ToolStropSeparator to MenuStrip. Any idea's how I can do this?
Groceryman asked 2/2, 2009 at 19:45

5

Solved

Typically the hotkey letters on a MenuStrip are underlined. (&File, &Open, etc) On a project I'm working on the underline shows up in the designer, but not at run time. I can't find the pro...
Abiosis asked 6/5, 2009 at 15:58

8

Solved

How do I move a window that does not have a border. There is no empty space on the application, all that is available is a webbrowser and a menustrip. I would like the users to be able to move the ...
Groundmass asked 2/1, 2011 at 4:29

8

Solved

I want to get all the SubItems of my MenuStrip, So I can change them all at once. I'am trying things like the following, but they aren't working: foreach (ToolStripMenuItem toolItem in menuStrip1...
Trifurcate asked 13/3, 2013 at 8:56

1

Solved

Is it possible to add a lable/toostriplabel to a menustrip in a c# winform? I can't find an option to add it dierctly. I want to add something that describes the status of a program, but I don't ...
Veii asked 16/10, 2013 at 17:23

1

Solved

I have a pretty strange but reproductible problem. I have a MenuStrip which can open a new Modeless form with the Form.Show() method. The child form also have a Menu Strip. The strange stuff ...
Tbar asked 4/1, 2013 at 15:31

1

Solved

I have added a menustrip1 into my windows form and I statically added one toolstripmenuitem (WindowstoolStripmenuItem) to that menustrip1. And I have created a toolstripmenuitem dynamically. I want...
Horripilate asked 5/12, 2012 at 10:56

2

Solved

I add a MenuStrip in my app and is add on ManagerRenderMode at Render Mode. The problem is with the appearance, look offal. Look at those two photos, I want to change that white border of sub...
Spitz asked 5/11, 2012 at 15:52

2

Solved

I create a simple form with a MenuStrip. The MenuStrip's LayoutStyle is set to HorizontalStackWithOverflow (the default). According to the MSDN reference on MenuStrip, its LayoutStyle property is...
Ento asked 18/1, 2011 at 16:39

2

A menu in an application of mine is going to contain too many items to be displayed in a single vertical row. Splitting it into 2 menus does not look a good solution as it would break UI semantics....
Postiche asked 12/2, 2011 at 21:49

1

Solved

Let's say I have a WinForm that has a menu strip in it. Let's say one of the items of this menu strip is named Cars. Whenever I open my WinForm, I want to add a subitem under Cars for every car in...
Additional asked 2/9, 2010 at 20:33

1

Solved

Do you know how to remove margin (probably the one for image and check box on the left and right) of the submenu in MenuStri? In MSDN article there is explained how to remove it from context menus....
Ziagos asked 12/5, 2009 at 17:19

2

Solved

I want to add whatever is written in a textbox to a menustrip. In the File > Recent Searches thing I have. How can I do programatically? And can I assign an event handler dynamically so that when ...
Quincey asked 22/10, 2009 at 15:39

1

Solved

Does anyone know how to have the MenuStrips to rendered with native Windows look and feel depending the OS version the user is using? The current renders don't do it... I'm currently using a thir...
Terat asked 30/7, 2009 at 1:38
1

© 2022 - 2024 — McMap. All rights reserved.