Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

Browse by Tags

All Tags » StatusBar » Using Controls (RSS)

Sorry, but there are no more tags available to filter with.

  • How do I put controls, such as a ProgressBar, into a StatusBar?

    You cannot place controls into a StatusBar control in the Designer. However, you can add any number of controls to the StatusBar programmatically through its Controls property. After adding the controls, set their Visible, Location, Bounds and other properties...