3
votes
4answers
159 views
“Red Cross” problem on MenuStrip and ToolStrip
Hi,
I have a piece of software that has worked fine on many machines, althoughon one machine there is a problem that appears to occur occasionaly, the MenuStrip and the ToolStrip …
3
votes
3answers
966 views
Trying to add a ToolStrip to a ToolStripPanel side-by-side with an existing ToolStrip
I'm using .net 2.0 with Visual Studio 2005 and I am trying to add two different toolstrips to the top of the form such that they show up side-by-side. I want it to be like Word 20 …
2
votes
3answers
980 views
Showing a tooltip on a non-focused ToolStripItem
ToolStripItems show Active highlighting when you mouse over them, even if the form they are in is not in focus. They do not, however, show their tooltips, unless the form is foc …
1
vote
1answer
52 views
Only display ToolStripMenuItem icons
I have a Windows Forms ToolStripSplitButton which shows only an icon. I have added some ToolStripMenuItems and I have set their DisplayStyle to ToolStripItemDisplayStyle.Image. T …
1
vote
2answers
100 views
Undocking a ToolStrip from a ToolStripPanel
Out of the box, there doesn't appear to be any built-in support for allowing your end-users to undock the ToolStrips in your applications from their parent ToolStripPanels. Clearl …
1
vote
2answers
224 views
How do I make cross-threaded calls to a ToolStripStatusLabel?
I tend to use a StatusStrip at the bottom of most of my applications for simple status updates and occasionally a progress bar.
However, it appears ToolStripStatusLabels do not i …
1
vote
2answers
316 views
Invoking the click method of a button programmatically
Simple problem (I think): I want to be able to invoke a click method on a predefined object, specifically, the bindingNavigatorDeleteItem button on the standard c# BindingNavigator …
1
vote
1answer
207 views
What’s the deal with the ToolStrip’s RenderMode property?
I never quite understood what this property was designed for. I can see that it visibly changes the design of the toolstrip and I find that setting it to System on Windows XP makes …
1
vote
2answers
241 views
How do I paint a hosted NumericUpDown using the existing ToolStripRenderer?
I have a control which hosts a NumericUpDown in a ToolStripControlHost and exposes the NumericUpDown's properties. Functionally, that's fine, but when it's placed on a ToolStrip i …
1
vote
2answers
339 views
Change ToolStripPanel overflow behavior for dynamically added ToolStripItems
I have a Windows Forms ToolStripPanel that I dynamically add new ToolStrips to it. Each ToolStrip has ToolStripItems that I dynamically add to it (mostly ToolStripButtons).
I wou …
1
vote
3answers
1k views
How to prevent ToolStrip from docking in another ToolStripContainer?
I have an MDI application that allows me to open different types of child windows. I can open multiple (but different) instances of the same type of child window. (Example: I can …
1
vote
1answer
491 views
System.Windows.Forms.ToolStrip height or autosize
I'm using a series of ToolStrips in an Excel 2007 Actions Pane. I'm programatically adding buttons to each ToolStrip and then adding each ToolStrip to the actions pane. So far so …
0
votes
0answers
8 views
How to customise rendering of a ToolStripTextBox?
I like the ToolStripProfessionalRenderer style quite a lot, but I do not like the way it renders a ToolStripTextBox. Here, ToolStripSystemRenderer does a better job IMO. Now is the …
0
votes
1answer
26 views
ToolStrip vs MenuStrip - can I make their rendering identical?
I need to display a toolstrip directly beneath a menustrip in my application, but setting RenderMode = Professional for each does not give identical results. They both show a backg …
0
votes
1answer
45 views
Making a ToolStripSeparator horizontal in a vertical toolbar in WinForms
Hi, have Googled and cannot find out how to make a ToolStripSeparator "draw" an horizontal line in a toolbar that is aligned vertical.
The separator is drawn vertically which make …
