How to draw transparent image on a form?

I found a solution that will let you draw a BMP image with an alpha channel onto a form using only the Windows API.

The TransparentColorValue approach cannot possibly work, because this only works with images in which a single colour represents full transparency. In addition, you are toying with the form's transparent colour instead of image's transparent colour! The above PNG image is supposed to have an alpha channel, so it's not like every pixel is either shown or transparent -- instead, each pixel has an opacity between 0 and 1 (0.37, for instance).

That is, in addition to the R, G, and B components of each pixel, there is an 'alpha' component A.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions