home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Pictures / pic2000112176597376.jpg < prev    next >
Joint Photographic Experts Group Image  |  2000-11-02  |  74.8 KB  |  576x508  |  16-bit (5,271 colors)
   ocr: CtoVB -OX File Uptions h file: Public Select Private .bas file: User Input DLL name CDeclaration user32 typedef SCIUCC RECT ( LONG left; Process LONG top; LONG right; Clear LONG bottom; RECT, *PRECT; Copy int FillRect( HDC hDC, // handle to DC CONST RECT *lprc, // rectangle HBRUSH hbr // handle to brush r VB Declaration Public Type RECT left As Long top As Long right As Long bottom As Long End Type Public Declare Function FillRect Lib "user32" ( Byval hDC As Long, ByRef lprc As RECT, ByVal hbr As Long ) As Long