Hi All, I am writing an application which try to show PNG file as a dialog background using GDI+ I have successfully using the PNG as background (using Graphics::DrawImage()
), however, I found that the loaded PNG seems not apply the alpha channel information. What I should do? Thanks!:-D Vincent