It is possible to obtain a 32-bit icon from the resource file of my project in the IDE in the section ICON
LoadImage does not work
LoadResPicture still less because it is an icon of 32 BitsCode:hIcon = LoadImage(App.hInstance, lpSection, IMAGE_ICON, lWidth, lHeight, LR_SHARED Or LR_LOADMAP3DCOLORS)
I do not want to use LoadResData
There any trick?




Reply With Quote