[RESOLVED] Drawing, Transparent, Picturebox, Help!
Ok Here is my setup:
I have 2 imagelist(s) - With 10 images (all have transparency)
and one picturebox
How can I use the imagelists "Draw" sub to draw onto a HDC but ignore the background color... Basicly keep the pictureboxes background color...
Is this possible or do I need to use bitblt? and if so... how can I use bitblt and an imagelist...
Post Resolved:
I just used my API viewer 2004, and looked up some constants and found ILD_TRANSPARENT!
works great!