How do I generate text in a staus bar with a command button click?
Printable View
How do I generate text in a staus bar with a command button click?
It's easy here is how the number indicate which panel
you want your text to be display.
See ya!Code:Private Sub Command1_Click()
StatusBar1.Panels(1).Text = "Put your text here"
End Sub
statsbar.panels(x), where x is 1,2,3,4....n N.B x doesn't start at 0.
Ok in the development environment, single click the statusbar to give it focus, then right click to bring up the properties, get into that, and the second tab holds all the statusbar.panels setup stuff.
dndstef is quite correct for updating text with click. Also you change fonts, bold, etc etc