home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / elastic / elastic.frm (.txt) < prev    next >
Visual Basic Form  |  1994-07-22  |  27KB  |  80 lines

  1. Elastic
  2. Form1
  3. Form15g
  4. Command1
  5. Command1
  6. Original Size
  7. HScroll1    
  8. VScroll1
  9. Command1
  10. Normal
  11. Command1
  12. Maximize
  13. Image1
  14.     Form_Load
  15. Controls
  16. Count
  17.     Countrols
  18. Parent&
  19. ScaleHeight
  20. ScaleWidth
  21. Width
  22. Height
  23. Form_Resize^
  24. CommandButton.
  25. TextSizeB
  26. FontSize
  27. Form1}
  28. vselastic1
  29. FontName
  30. CtrlHeight
  31. OnError
  32. Visiblej
  33. Elastic
  34. Ctrls
  35. ScaleTop
  36.     ScaleLeft
  37.     CtrlWidth
  38.     SacleLeft
  39. command1
  40. Command1_Click6
  41. Index
  42. Elastic2*
  43. ControlA
  44. ParentWidth
  45. ParentHeight
  46. Controsl
  47. ControsH
  48. WindowState
  49. Electric
  50. Elastric
  51. Memery
  52. Command1_Click
  53. Maximize
  54. Normal
  55. Robert W. Stewart
  56. 1092 Avenue Road,
  57. Toronto, Ontario
  58. Anyone knowing about "Out of Memery error"
  59. that occurs in this program, please
  60. mail: CompuServe 72632,3004
  61. Redim?, "Controls" statement?
  62. Form_Load
  63. an array called "Ctrl" will hold
  64. the Left, Top, Width, Height, ande
  65. TextSize (if any) of each controlz
  66. on the Form, as well as, the Form's 
  67. Width and Height the control is on.n
  68. If a control does not have one of the above properties then
  69. the "On Error Resume Next" statement will simply skips it.
  70. Form_Resize
  71. Arial
  72. If a control does not have one of the above properties then
  73. the "On Error Resume Next" statement will simply skips it.
  74. The "Controls" statement equal one of the Form's control
  75. The "Parent" statement equal the Form the controls is on.e
  76. MS San Serif and other Bitmap fonts minimum point size is 8.25,
  77. Arial is a True Type scalable font (change, if not available).
  78. HScrolls and scroll bars in controls do not scale down pass 
  79. 16 pixels, addition code would be need to compensate.n
  80.