I'm sure we've all added a status bar to one or more programs. But how can I add my own stuff to a status bar? For example; How can I add a text 'Busy' to the status bar when my app is busy working?
Thanks
Printable View
I'm sure we've all added a status bar to one or more programs. But how can I add my own stuff to a status bar? For example; How can I add a text 'Busy' to the status bar when my app is busy working?
Thanks
Use Panels:
:)Fine?:)Code:StatusBar1.Panels(1).Text = "Busy..."