Does anybody has an experience of creating custom buttons with images over them and it works on Windows 7,8,10?
I used for Windows 7 such code
System::Call 'user32::LoadImage(i 0, t "MyImage.bmp", i ${IMAGE_BITMAP}, i 0, i 0, i ${LR_CREATEDIBSECTION}|${LR_LOADFROMFILE}) i.s'
Pop $6
SendMessage $hButton_handle ${BM_SETIMAGE} ${IMAGE_BITMAP} $6 but it doesn't work for windows 8 and 10 (and for XP)