Hi,everyone!I want to write a program about bitmap transparency.Although I know the API function TransparentBlt(),I need an half-transparency function.How should I do?Thank you!
Hi,everyone!I want to write a program about bitmap transparency.Although I know the API function TransparentBlt(),I need an half-transparency function.How should I do?Thank you!
Use the AlphaBlend API method, check out MSDN .... hope this helps Yaron Ask not what your application can do for you, Ask what you can do for your application