home *** CD-ROM | disk | FTP | other *** search
/ Media Share 13 / mediashare_13.zip / mediashare_13 / ZIPPED / PROGRAM / PERMETER.ZIP / FORM1.FRM (.txt) < prev    next >
Visual Basic Form  |  1994-03-02  |  3KB  |  41 lines

  1. Form1
  2. Percent Meter Sample
  3. Form15
  4. List1
  5. List1
  6. Command2
  7. Begin List Example
  8. Command1
  9. Begin Timer Example
  10. Timer1
  11. Picture1
  12. Image1
  13. Image1
  14. Label1
  15. [Brought to you by Carluchiware,  Affordable computer software for people who aren't "nerds"
  16. Times New Roman
  17. Label2
  18. List Boxes
  19. Line4
  20. Line3
  21. Line2
  22. Line1
  23. @    Form_Load
  24. CurrentMeterValue
  25. Command1_Click
  26. Timer1
  27. Enabled
  28. Timer1_Timer
  29.     FillMeter
  30. list1
  31. Command2_Click
  32. ListExample
  33. Command1_Click
  34. start the timer to fill the percent barr
  35. Command2_Click
  36. Form_Load
  37. fill list box with values for examplee
  38. Timer1_Timer
  39. call the FillMeter sub to fill the meter.Pass it first the
  40. total to stop at and then the value to update to
  41.