Results 1 to 3 of 3

Thread: ProgressBar1 ?????

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2000
    Posts
    31
    Hi

    What format does code for a ProgressBar take. Sams Teach Yourself VB6 in 21 days neglects to tell me this (and a multitude of other things).

    Thanks.

  2. #2
    Guest
    Do you mean how to change it? If so, it's the Value property.
    Code:
    ProgressBar1.Value = ProgressBar1.Value + 1

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Aug 2000
    Posts
    31

    re

    Thanks

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