Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

Custom Progressbar - Visual basic 6

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
1,044
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Nov 12, 2010

This is how to create a custom progress bar in visual basic 6

  • likes, 1 dislikes

Link to this comment:

Share to:

Uploader Comments (Robobbly)

  • haha is not important to insert a progressbar. you can use only 1 image and a 1 timer to look like progressbar....like this: the X is the width of your image.....1st insert image then resize it like a progressbar...

    Private Sub Timer1_Timer()

    Image1.width=image1 width + 10

    if Image1.width=X then

    timer1.enabled=false

    end if

    End Sub

    then click the properties of the image and click the width and make it 0 then test it..!thumbs up if helpful.. :)

  • @rendeltabilog Hehe thanks mate! It could be done this way, but i chose to do it with a progressbar as it is easyer. It lets you use it with the same syntax as a progress bar, which i think would help beginners.. and not confuse them.. hehe but thanks for the advice:)

  • i can't use microsoft common controls! it says i don't have license to use.

    can you help?

  • @mariobrasil9 Is your version of Visual Basic 6.0 a legitimate, and legal copy?

  • @Robobbly i don't know... but, thats not a problem anymore, im downloading visual basic 2008... unless if the projects of vb6 doesn't work on 2008, it does work?

  • @mariobrasil9 No visual basic 6, is unfortunately completely diffrent to visualbasic 2008. I am 99% sure that vb6 files wont work with vb2008. But if you learn vb2008 it should be easy to just rename a couple o' things in my tut to make it work :D

    Hope this helps

    Robert

see all

All Comments (10)

Sign In or Sign Up now to post a comment!
  • @Robobbly yes ur right :)

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more