1. Re: IDE bugs
- Posted by Judith Evans <camping at FLASH.NET> Dec 18, 2000
- 417 views
- Last edited Dec 19, 2000
David, your method works like a champ! Thanks, Judith On Mon, 18 Dec 2000 08:11:24 -0800, David Cuny <dcuny at LANSET.COM> wrote: >I haven't tested this, but you should be able to break this up into a >two-part process. > >First, build a tile with the correct dot pattern. The size of the tile will >depend on the spacing of the dots the user selects. But you should ensure >that the tile is fairly large; at least 20x20. > >Then fill the window with that tile pattern using BitBlt. Something like >(entirely untested): snip, snip >-- David Cuny