home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / forms / explodit / explode1.bas < prev    next >
Encoding:
BASIC Source File  |  1995-05-01  |  109 b   |  8 lines

  1. Type RECT
  2.     Left As Integer
  3.     Top As Integer
  4.     Right As Integer
  5.     Bottom As Integer
  6. End Type
  7.  
  8.