Seeing as you have to use LoadPictureGDIplus, how would I go about loading a picture from a .res file?
Edit: The image I want to load is a transparent PNG.
Seeing as you have to use LoadPictureGDIplus, how would I go about loading a picture from a .res file?
Edit: The image I want to load is a transparent PNG.
Code:AlphaImgCtl1.Picture = LoadPictureGDIplus(LoadResData("callingname40", "CUSTOM"))