From: tooraj@daneel.rdt.monash.edu.au (Tooraj Enayati)

I guess by now everyone know I am working on my setup program.  I asked
a question on how I could fill up a form by tiling a bitmap.  Using
brushes were suggested but that is limited to an 8x8 bitmap.  So use
BitBlt.

Create a Picture1 (with bitmap in it).  Set its Visible to False. Its
Autodraw to True. (For best effect turn Your form's Autodraw True as
well.)
I use this to tile my main icon all over the setup program.  But the
larger the bitmap that faster it is to darw the whole screen.
