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