home *** CD-ROM | disk | FTP | other *** search
/ An Introduction to Progr…l Basic 6.0 (4th Edition) / An Introduction to Programming using Visual Basic 6.0.iso / COMMON / TOOLS / VB / UNSUPPRT / DANIM / HELP / DA / DOCSAMPS / RECT.TXT < prev    next >
Encoding:
Text File  |  1998-03-12  |  101 b   |  5 lines

  1. SetLineColor(0,0,0)
  2. SetLineSTYLE(1,3)
  3. SetFillColor(0,0,255)
  4. SetFillSTYLE(1)
  5. Rect(10,10, 80,40, 0)