home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / code / grafik / bmpfill / bmpfill.txt < prev   
Encoding:
Internet Message Format  |  1994-03-29  |  551 b 

  1. From: tooraj@daneel.rdt.monash.edu.au (Tooraj Enayati)
  2.  
  3. I guess by now everyone know I am working on my setup program.  I asked
  4. a question on how I could fill up a form by tiling a bitmap.  Using
  5. brushes were suggested but that is limited to an 8x8 bitmap.  So use
  6. BitBlt.
  7.  
  8. Create a Picture1 (with bitmap in it).  Set its Visible to False. Its
  9. Autodraw to True. (For best effect turn Your form's Autodraw True as
  10. well.)
  11. I use this to tile my main icon all over the setup program.  But the
  12. larger the bitmap that faster it is to darw the whole screen.
  13.