Penel in Status Bar [modified]
-
I want to know, how can I, How can i add penel in status bar on design time not with code in window application. I tried to add columns through property but i couldn't, i did't get any option regarding to penel in property window. Please do replay. thanks
modified on Thursday, April 9, 2009 3:43 AM
-
I want to know, how can I, How can i add penel in status bar on design time not with code in window application. I tried to add columns through property but i couldn't, i did't get any option regarding to penel in property window. Please do replay. thanks
modified on Thursday, April 9, 2009 3:43 AM
It depends on what you mean. I'm assuming you mean the StatusStrip. If you just want a new label on it, then click it in the IDE and click the dropdown button that appears and choose Status Label. If you want to add an actual panel to it, then that's a little more difficult. All items hosted in the StatusStrip derive from ToolStripItem. I've never tried this tutorial[^] but it might be what you need.
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus) -
It depends on what you mean. I'm assuming you mean the StatusStrip. If you just want a new label on it, then click it in the IDE and click the dropdown button that appears and choose Status Label. If you want to add an actual panel to it, then that's a little more difficult. All items hosted in the StatusStrip derive from ToolStripItem. I've never tried this tutorial[^] but it might be what you need.
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus)Yeah i am trying Status Strip for status bar where i can show status i want to add penal one left one right. For doing this what i should do???
-
Yeah i am trying Status Strip for status bar where i can show status i want to add penal one left one right. For doing this what i should do???
Add three labels as I described above and set the second one's Spring property to true and clear it's Text.
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus) -
Add three labels as I described above and set the second one's Spring property to true and clear it's Text.
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus)Dear, Thanks I have done it. Sajjad