Hello
Before a lengthy process (a query), I pretent to update an StatusBar Panel with a message. However, this message is not displayed. Any ideas?
UltraStatusBar1.Panels("Msg").Text = "Please Wait..."(data access code goes here)
Thanks a lot.
Try calling Refresh either on the panel or the UltraStatusBar control to force it to paint.