Results 1 to 6 of 6

Thread: Displaying status bar panels???

  1. #1

    Thread Starter
    Member the_manic_mouse's Avatar
    Join Date
    Mar 2002
    Posts
    51

    Question Displaying status bar panels???

    Does anybidy know how to display a statusbar panel for "X" (e.g. 30 sec.) amount of time?
    "If you never go beyond the limits, you'll never know how far you can go"
    - The Manic Mouse (1976 - Present)

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    Set the Style property of the desired panel to sbrTime.

  3. #3

    Thread Starter
    Member the_manic_mouse's Avatar
    Join Date
    Mar 2002
    Posts
    51
    That just displays the time. I want to display the panel for (30 sec.) and then make it disapear.
    "If you never go beyond the limits, you'll never know how far you can go"
    - The Manic Mouse (1976 - Present)

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    insert a timer in the form with an interval of 30,000

    then on the timer even make it visible = false... or if it is just a panel and not the whole thing... just make the panel = "" or something

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    Oh...in that case, when your timer event put this
    VB Code:
    1. sbStatusBar.Panels(1).Visible = False
    Where 1 is the appropriate panel number.

  6. #6

    Thread Starter
    Member the_manic_mouse's Avatar
    Join Date
    Mar 2002
    Posts
    51
    Thanks Guys that did the trick...
    "If you never go beyond the limits, you'll never know how far you can go"
    - The Manic Mouse (1976 - Present)

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