im trying to assign a custom image background for a custom button i am calling with NSD_CreateButton ,
is that even possible?
this is the first button of 10
${NSD_CreateButton} 85.92u 46.15u 48.71u 45.54u "Button1"
Pop $Button1
SendMessage $Button1 ${WM_SETFONT} $hCtl_TestDesigner_Font2 0
${NSD_OnClick} $Button1 Button1Action
SetCtlColors $Button1 "${GRAPHICAL_INSTALLER_LABELS_TEXT_COLOR}" transparent
${NSD_AddExStyle} $Button1 ${WS_EX_TRANSPARENT}|${WS_EX_TOPMOST}
Pop $0 (i am also using Graphical installer, Tomas you around? 😕)TIA
Chris