home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / LVB / SODRESZR.ZIP / README.TXT < prev    next >
Text File  |  1998-05-03  |  1KB  |  43 lines

  1. SOD Control Resizer.
  2.  
  3. With the help of SOD Control Resizer you can flexible adjust the 
  4. sizes and position of controls under the change of the Form size 
  5. in your Visual Basic programs.
  6.  
  7. SOD Control Resizer acts as the control container
  8. 1. Place SOD Control Resizer on the form
  9. 2. Place the Controls, the sizes and position of which you wish 
  10. to control, on it
  11. 3. Mark in the Properties of SOD Control Resizer the controls, 
  12. which you wish to control. Choose the geometrical properties 
  13. which you wish to freeze
  14. 4. With the help of the appropriate BASE and SCALE determine the 
  15. way the unfrozen geometrical properties should change. This is 
  16. determined with the formula: 
  17. NEW_COORD=OLD_COORD+(NEW_RESIZERCOORD-OLD_RESIZERCOORD)*SCALE_COORD/BASE_COORD.
  18.  
  19. 5. Put into the code of the program, for instance
  20.  
  21. Private Sub Form_Resize()
  22.     Resizer1.Move 0, 0, Me.ScaleWidth, Me.ScaleHeight
  23. End Sub
  24.  
  25. This program is Shareware. To order a registered version of 
  26. SOD Control Resizer send check or money order for $15.00 USD 
  27. for each copy you wish to register per post at my address:
  28.  
  29.         Sorokine Dmitri,
  30.         Zeppelinstr 21
  31.         86159 Augsburg
  32.         Germany
  33.  
  34. and send me your E-Mail address, at which you wish to receive 
  35. a registered version.
  36.  
  37. All registered users will be supplied with new versions of 
  38. the program in time.
  39.  
  40. Please sent your suggestions me at: DSorokin@augsburg.baynet.de
  41.  
  42. Copyright 1998 Dmitri Sorokin. All rights reserved.
  43.