Results 1 to 2 of 2

Thread: status bar

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2000
    Posts
    37
    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

  2. #2
    Guest
    Use Panels:
    Code:
    StatusBar1.Panels(1).Text = "Busy..."
    Fine?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width