home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / Paint188074252001.psc / Module1.bas next >
Encoding:
BASIC Source File  |  2001-03-15  |  166 b   |  4 lines

  1. Attribute VB_Name = "Module1"
  2. Private Declare Function FloodFill Lib "gdi32" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal crColor As Long) As Long
  3.  
  4.