home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 February / PCWK0297.iso / envelop / envelop.3 / Program / gdi32.eto < prev    next >
Text File  |  1996-07-08  |  228b  |  6 lines

  1. Type Gdi32
  2.  
  3.   Declare Function RoundRect Lib "GDI32" (ByVal hDC As Integer, ByVal X1 As Integer, ByVal Y1 As Integer, ByVal X2 As Integer, ByVal Y2 As Integer, ByVal X3 As Integer, ByVal Y3 As Integer) As Integer
  4.  
  5. End Type
  6.