Results 1 to 7 of 7

Thread: status bar

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2002
    Posts
    586

    status bar

    Greetings,

    How can I throw a status bar on my application real quick?

    Thank you,
    Jim

  2. #2
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    Project>Components>Microsoft Windows Common Controls 6.0...status bar will show up in the toolbox.
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

  3. #3
    New Member squeck's Avatar
    Join Date
    Apr 2003
    Location
    worcester, uk
    Posts
    8
    in vb6 - press CTRL+T to bring up components dialog, scroll down to 'microsoft windows common controls 6.0 (SP4)' and check the box to the left. this adds a few extra icons to the left hand bar. one of them is status bar. drag it onto form and then use properties to set it's text throughout program.

  4. #4
    New Member squeck's Avatar
    Join Date
    Apr 2003
    Location
    worcester, uk
    Posts
    8
    ha, memnoch beat me there.

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2002
    Posts
    586
    Thanks guys,

    Now, how exactly do we get the progress bar to run. i set enabled = true in the function in which i want the progeress to be measured. It doesn't seem to activate the bar. What properties do I need to set?

    Thank you,
    Jim

  6. #6
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171
    With a progress bar you need to set the min and max properties and then every time you do something change the value property.


    Has someone helped you? Then you can Rate their helpful post.

  7. #7

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2002
    Posts
    586
    Thanks guys!
    jim

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