Results 1 to 3 of 3

Thread: StatusBar question

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    879

    Angry

    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!
    Visual Basic 6.0
    Visual C++ 5
    Delphi 5


  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    461
    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!!!!

  3. #3
    Fanatic Member Dim's Avatar
    Join Date
    Jul 2000
    Posts
    620
    Code:
    StatusBar1.Panels(1).Text = "text here"
    Gl,
    D!m
    Dim

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