i am trying to add a image to a button, i found this solution:
System::Call 'user32::LoadImage(i 0, t "$TempFolder\image.bmp", i ${IMAGE_BITMAP}, i 0, i 0, i ${LR_CREATEDIBSECTION}|${LR_LOADFROMFILE}) i.s'
Pop $6
SendMessage $hCtl_InstallMode_Button2 ${BM_SETIMAGE} ${IMAGE_BITMAP} $6 it works but i would like to use a image with transparent background...it there a way to do this?
thx for your help