Hello,
Dose any body now a way to change the color of the text in the StatusBar
I tried
But it has no effect on the color of the textCode:
StatusBar.Text=”Some Text”
StatusBar.ForeColor=Color.Red
Is it even possible?
:confused:
Printable View
Hello,
Dose any body now a way to change the color of the text in the StatusBar
I tried
But it has no effect on the color of the textCode:
StatusBar.Text=”Some Text”
StatusBar.ForeColor=Color.Red
Is it even possible?
:confused:
Hello
I've tried several times this problem even if with com component status bar, but I got failur. For me this question might be replied by microsoft's clever programmers :)
I think you would have to owner draw the panel to change the color of it's text.