Re: transparent picture boxes (API?)
Thank you funkheads, this is what I was looking for too.
However, I couldn't get it to work and there are also bits of code I couldn't understand. So I persevered and with through trial and error I got it to work.
I use VB6 and here are the changes I made:
Changed each occurrence of <> TO <> (not equal to)
Changed each occurrence of < TO < (less than)
Changed picload(picture1) TO picload picture1 (removed brackets)
Moved Top = ystart TO line BEFORE previous line (Do While Left < Right 'go through and scan left to right)
Hope this helps
regards
Trevor