Loading a simple translucent PNG in Windows Mobile using C #

I am new to Windows Mobile programming. I want to upload a PNG file with an alpha channel. After 2 days of searching the Internet, I am still in Square 1. Can anyone help me? I got an example that uses wrapper to access the AlphaBlend API. But when I set the AC_SRC_ALPHA flag on the BlendingFunction it doesn't draw anything.

+2


source to share


1 answer


I am using the WindowslessControls library from Koushik Dutta to use PNGs with an alpha channel and found it great.



You can also try trying Alpha Mobile Controls .

+1


source







All Articles