Hi guys, is it possible to add text on form_load to the 3rd panel i added in StatusBar1?
Thanks
Jamie
Printable View
Hi guys, is it possible to add text on form_load to the 3rd panel i added in StatusBar1?
Thanks
Jamie
Have you tried it?
Here is a piece of code from one of my old project that displays the current time in the 3rd panel.
That code is in a timer control in my program so it keeps the display up to date.Code:MainMDI.StatusBar1.Panels(3).Text = Format(Date, "Long Date") & " @ " & Format(Time, "Long Time")