Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. status strip - show some text

status strip - show some text

Scheduled Pinned Locked Moved C#
questionhelplearning
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    lgatcodeproject
    wrote on last edited by
    #1

    Hi Everyone, I have a statusstrip control on my form and how do I show some text on it. I tried the text property but nothing is visible on the form. kindly help. I know this question may sound silly to some but then I am just a beginner :) :rolleyes: Regards, LG

    lgatcodeproject

    J 1 Reply Last reply
    0
    • L lgatcodeproject

      Hi Everyone, I have a statusstrip control on my form and how do I show some text on it. I tried the text property but nothing is visible on the form. kindly help. I know this question may sound silly to some but then I am just a beginner :) :rolleyes: Regards, LG

      lgatcodeproject

      J Offline
      J Offline
      John Ad
      wrote on last edited by
      #2

      Hi, The status strip is a sort of menu / toobar. You have to add something to it, like a ToolStripStatusLabel, and then assign your text to that label.Text. In the forms designer, if you left click on the statusStrip (in the form), you should see a little box with an arrow. Left click on that, and you get a menu of items you can add (label, progressBar, dropDownButton, splitButton). Click on one to get the item added. Then go to the properties of the item you added and assign the name. I hope this would be helpful. Regards, Vinay ComponentOne LLC. www.componentone.com

      L 1 Reply Last reply
      0
      • J John Ad

        Hi, The status strip is a sort of menu / toobar. You have to add something to it, like a ToolStripStatusLabel, and then assign your text to that label.Text. In the forms designer, if you left click on the statusStrip (in the form), you should see a little box with an arrow. Left click on that, and you get a menu of items you can add (label, progressBar, dropDownButton, splitButton). Click on one to get the item added. Then go to the properties of the item you added and assign the name. I hope this would be helpful. Regards, Vinay ComponentOne LLC. www.componentone.com

        L Offline
        L Offline
        lgatcodeproject
        wrote on last edited by
        #3

        Hello Vinay, Thanks, it solved my purpose. Can we configure some other items (other than those provided in the dropdown)to this status strip in runtime? Regars, :) LG.

        lgatcodeproject

        T 1 Reply Last reply
        0
        • L lgatcodeproject

          Hello Vinay, Thanks, it solved my purpose. Can we configure some other items (other than those provided in the dropdown)to this status strip in runtime? Regars, :) LG.

          lgatcodeproject

          T Offline
          T Offline
          Thomas Stockwell
          wrote on last edited by
          #4

          One of my articles might be able to help you their: Custom ToolStrip Renderers[^]. You are able to add other controls using the ToolStripControlHost. You can browse most of the classes that can manipulate the ToolStrips by using the Object Browser.

          Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios[^]

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups