winapi - Transparent PNG file in a Pure C++/Win32 Application -


i have pure c++/win32 vs2005 desktop application. during wm_paint response, when paint window, i'd able project transparent png image onto window.

any pointer appreciated.

gdiplus has been part of windows since windows xp @ least, , can decode jpeg, png , gif files ease.

a newer api dealing image files windows image component. 1 of samples covers using wic decode image , gdiplus perform alpha aware painting.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -