joshhh
1st February 2006 23:06 UTC
Custom page actions
I'v made custom page for my installer. Page contains 3 checkboxes and 3 images. Checkboxes selects files to install. Images should show preview of each skin.
My question is: can I show image of skin on mouse over of skin checkbox or maybe on any button press? (Sample attached)
Afrow UK
2nd February 2006 07:35 UTC
You'd probably have to use InstallOptionsEx (search forum/wiki)
-Stu
joshhh
6th February 2006 17:22 UTC
OK!
I found solution for my custom page.
And there is one question I have can I load *.jpg images like bmp via WinAPI?
FindWindow $0 "#32770" "" $HWNDPARENT
GetDlgItem $ctrlhandle $0 1200
System::Call "user32::LoadImage(i 0, t '$PLUGINSDIR\1.bmp', i 0, i 0, i 0, i ${LR_LOADFROMFILE}) i.s"
Pop $bmphandle
SendMessage $ctrlhandle 0x0172 "" "$bmphandle"