I believe PNG is supported only in icons, i.e., individual images in an icon compressed using the PNG format. The LoadImage's uType parameter clearly states that only the following image types are supported:


Value Meaning
IMAGE_BITMAP
0
Loads a bitmap.
IMAGE_CURSOR
2
Loads a cursor.
IMAGE_ICON
1
Loads an icon.