On Nov 12, 2006, at 9:26 AM, Kirt Cathey wrote:
Thank you.
Figured it out. Here is the code for archives and the next soul
that must
search for the truth! This is for a 16 X 16 picture.
In the windows 'Open' event, I set:
<code>me.backdrop = mypicture</code>
And if the paint event, the following code:
<code>
Dim i As Integer
Dim j As Integer
for i = 0 to me.width+1 Step 16
for j=0 to me.height +1 Step 16
g.drawpicture(mypicture i, j, 16, 16)
next
next
</code>
Einhugur has a nice bilenar scale in their picture effects
I've switched from ComponentX to Einhugur's with very minimal changes
of code and very nice results
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>