Quote Originally Posted by FireXtol View Post
Using LoadPictureGDI+(from my sig). You can load the image either into a DC/bitmap or into a .Picture object(or variable of type IPictureDisp), and use AlphaBlt to draw it. No pre-multiplying needed(assuming the image is a '32 bit'/'RGBA' TIF of PNG).

I just updated the attachment to do exactly what you want... I think. It's called AlphaTransBlt and it combines TransparentBlt with AlphaBlend!
1st - i need an image(with every controls(for that i use PrintWindows api function)) from parent(uc container);
2nd - my sub is slow, but i will convert it to DIB
but thanks