home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / CODIGO_1 / DEL_DRAG / DLAYDRAG.BAS < prev    next >
Encoding:
BASIC Source File  |  1992-04-25  |  101 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.