I have a status bar in my prog and I need to change the text of panel 1 when ever I want while the program is running!
Printable View
I have a status bar in my prog and I need to change the text of panel 1 when ever I want while the program is running!
So whats the problem?
You have said what you want to do but not what the problem is in doing it.
DETAILS MAN!!! WE NEED DETAILS!!!!
Gl,Code:StatusBar1.Panels(1).Text = "text here"
D!m