thetrik / VbPng

This project is designed to provide the ability to work with PNG/ICO/CUR/ANI images in Visual Basic 6.0 using the standard controls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Help with paintpicture!

Maatooh opened this issue · comments

In this line you have a png image, but when using paintpicture the transparencies turn black in the other picturebox. any solution?

Call Picture2.PaintPicture(Picture1.Picture, 0, 0)

image

Thanks.