Free video Tutorials
Updating every hour!
32782 online video tutorials and counting.
Video Tutorials

visual basic 6.0 tut mach ein ladebalken!


dies ist ein tutorial wie man ein ladebalken in VB 6.0 macht!
download .ocx file: http://rapidshare.de/files/39935810/ccrpprg6.ocx.html
einfach im system23 ordner machen!!!
codes:

button code:
timer1.enabled = true

timer code:
timer1:
bar.value = 25
timer2.enabled = true
timer2:
bar.value = 50
timer1.enabled = false
timer3.enabled = true
timer3:
bar.value = 75
timer2.enabled = false
timer4.enabled = true
timer4:
bar.value = 100
timer3.enabled = false
timer4.enabled = true