home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / scrollin / scroll.frm (.txt) < prev    next >
Visual Basic Form  |  1995-02-27  |  156KB  |  48 lines

  1. ScrollDemo
  2. Scrolling Demo
  3. Form1%
  4. HScroll1    
  5. VScroll1
  6. Picture1
  7. picture2
  8. Command4
  9. Command4
  10. Command1
  11. Command1
  12. Command3
  13. Command3
  14. Command2
  15. Command2
  16. Form_Resize
  17. VScroll1
  18. ScaleWidth
  19. Width
  20. ScaleHeight
  21. HScroll1
  22. Height
  23. Picture1
  24. Value
  25. VDiff
  26. Picture2
  27. Enabled
  28. LargeChange
  29. HDiff
  30. HScroll1_Change
  31. VScroll1_Change
  32. Form_Resize
  33.  Repostioin scrollbars and parent picture control
  34.  Enable or Disable VScroll1 depending on new size of Form
  35. Generates VScroll1_Change() eventw
  36.  Enable or Disable HScroll1 depending on new size of Form
  37. HScroll1_Change
  38.  Picture.Left is set to the Negative of the value sincer
  39.  as you scroll the Scrollbar to the Right, the display
  40.  should move to the Left, showing more of the rightl
  41.  of the display, and vice-versa when scrolling to the
  42.  lefth
  43. VScroll1_Change
  44.  Picture.Top is set to the Negative of the value since
  45.  as you scroll the Scrollbar down, the display
  46.  should move up, showing more of the the bottom
  47.  of the display, and vice-versa when scrolling up
  48.