Questions tagged [statusstrip]

Is a Windows control used to display information useful to end-users.

A StatusStrip control can contain other controls, like ToolStripProgressBar, ToolStripSplitButton, ToolStripDropDownButton and ToolStripStatusLabel. These other controls have different abilities and graphical representation.

71 questions
0
votes
0 answers

Custom progress bar inside a status strip. c#

Hi All and good morning. I am currently working on a text based RPG using windows forms. How would i go about creating a custom progress bar on a status strip? Thanks Lucas
user2294174
  • 59
  • 1
  • 2
  • 7
0
votes
2 answers

AutoEllipsis in StatusStrip Label?

I'm coding a Windows Forms App that has a StatusStrip that displays status informations to the user, and hints when the mouse is over relevant things. However, when the program is on it's minimal window size, the text sometimes is bigger than the…
Camilo Martin
  • 37,236
  • 20
  • 111
  • 154
0
votes
0 answers

How to add 1 progress bar on statusstrip to indicate the loading of each webbrowser on each tab?

I am currently developing a custom made web browser using c# with different predefined capabilities. One of the problem that I encountered is adding a progress bar on the status strip. The first technique that i used to achieve this is by getting…
0
votes
2 answers

Panel in StatusStrip?

Is it possible to have a panel in a StatusStrip? MSDN is kind of saying so: The default StatusStrip has no panels. To add panels to a StatusStrip, use the ToolStripItemCollection.AddRange method [...] ... but I can't find how. I tried to add a…
Otiel
  • 18,404
  • 16
  • 78
  • 126
0
votes
2 answers

How to loop through dropdown items in a toolstrip

I have a dropdown in my toolstrip (toolbar) i have attached a click event to each item in drop down as the dropdown has been populated dynamically, now i can casted the selected item in the dropdown and set its state to checked, to have a tick next…
floormind
  • 1,868
  • 5
  • 31
  • 85
0
votes
1 answer

Locating a ToolStripStatusLabel in a third party WinForms process

I've been asked to create a little tool to help automate a basic 3rd party WinForms application. So far I've managed to overcome many hurdles but this one is by far one of the most frustrating of them all (And spending 8 hours researching only to…
0
votes
4 answers

Show ContextMenuStrip at location of StatusBar item

I want to show a ContextMenuStrip at the location of a ToolStripStatusLabel in a StatusStrip. Ordinary controls have PointToScreen / PointToClient / etc, but as ToolStripStatusLabel is derived from Component it does not. Any help would be…
John Taylor
0
votes
1 answer

How can I get a ToolStripDropDownButton to align to the right edge of a StatusStrip?

I don't see a likely property on either the StatusStrip or the ToolStripDropDownButton - other than the Alignment property of the ToolStripDropDownButton, which doesn't help. Will I have to add "shims"/spacers or some such to elbow the…
0
votes
2 answers

How to add a Numeric Up / Down control to a .Net StatusStrip container

I'm looking to add a numeric up / down control to a .Net StatusStrip. Unfortunately, it isn't listed as an option in the UI designer. Is there a way to do this?
torial
  • 13,085
  • 9
  • 62
  • 89
0
votes
2 answers

Positioning a StatusStrip on the bottom of a window in Windows Forms

I'm trying to keep a status bar flush up against the bottom left corner of a realizable window without overflowing. I've got it to stay in place by having a resize function that updates the location and size of the status strip, but the bottom and…
David
  • 2,080
  • 5
  • 29
  • 44
-1
votes
0 answers

StatusStrip does not display right order for items in it

I have a StatusStrip which has been work well. It has such an order for its item: a progress bar, a label which spring is true and other 6 label behind it. Now I intend to add a dropdown button behind the progress bar, I insert it in item collection…
Gavin
  • 19
  • 3
1 2 3 4
5