home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / buttonup / buttons.txt < prev    next >
Text File  |  1993-04-10  |  738b  |  33 lines

  1.  
  2. These Buttons assembled by Fred Freel [70642,673]
  3. are for use with ToolButton 2.0 by Brett Foster [70444,135],
  4. which can be found in Compuserve's MSBASIC forum Lib 5.
  5.  
  6. Notes:    To size a button, set the following ToolButton
  7.     Properties before you create your control array.
  8.     If you don't do this, and have snap to grid
  9.     switched on, the buttons will resize to the grid.
  10.  
  11.     AutoSize = False
  12.     Height = 330
  13.     Width = 360
  14.  
  15.     Use tbuttons.bmp for modifying or creating new buttons.
  16.  
  17.     Use TESTBUTN.EXE to check your button edge alignment after
  18.     capturing new buttons from tbuttons.bmp.
  19.  
  20.     TestButn requires VBRUN200.DLL.
  21.  
  22.     These buttons will also work with Brett's earlier
  23.     version of ToolButton.
  24.  
  25. . . . Fred
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.