Ever wondered how to fill a region of a picture?

By | 2002-06-01

This cool little program demonstrates a basic painting program as well as the hard-to-find dll call for filling a region of a picture. To use the program, all you have to do is draw a line with the left mouse button, then click with the right mouse button to fill the clicked-on area with a random color. Also, as far as I know, this may be the only VB project on the net that has the ‘ExtFloodFill’ dll call, so make sure to grab it!

Original Author: Tanner Helland

API Declarations

Private Declare Function ExtFloodFill Lib “Gdi32” (ByVal hdc As Long, ByVal X As Long, ByVal Y As Long, ByVal crColor As Long, ByVal wFillType As Long) As Long

Attachments

FileUploadedSize
CODE_UPLOAD1676.zip9/3/2020 3:45:00 PM4162
Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.