Skip to content
⌘ NSIS Forum Archive

Change MUI_HEADERIMAGE_BITMAP Size

2 posts

r2du-soft#

Change MUI_HEADERIMAGE_BITMAP Size

the HEADERIMAGE default size is 150*57
how can use a picture with size 498*57 in HEADERIMAGE?
is use from:

GetDlgItem $0 $HWNDPARENT 1046
System::Call 'USER32::MoveWindow(p$0,i0,i0,i498,i57,i1)'
and if use a picture with size 150*57 then the photo gets tangled!
and if i use from a picture with size 498*57 afther use up Code then picture hide!
Anders#
There are probably some other static controls up there that you need to resize. Use WinSpy++ or the spy in MakeNsisW