Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 1st February 2006, 22:06   #1
joshhh
Junior Member
 
Join Date: Apr 2004
Location: Ru
Posts: 29
Send a message via ICQ to joshhh Send a message via AIM to joshhh
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)
Attached Files
File Type: zip test page.zip (2.7 KB, 234 views)
joshhh is offline   Reply With Quote
Old 2nd February 2006, 06:35   #2
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
You'd probably have to use InstallOptionsEx (search forum/wiki)

-Stu

Need an installer? http://www.afrowsoft.co.uk
Afrow UK is offline   Reply With Quote
Old 6th February 2006, 16:22   #3
joshhh
Junior Member
 
Join Date: Apr 2004
Location: Ru
Posts: 29
Send a message via ICQ to joshhh Send a message via AIM to joshhh
OK!
I found solution for my custom page.
And there is one question I have can I load *.jpg images like bmp via WinAPI?

code:

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"

Attached Files
File Type: zip test page 2.zip (3.1 KB, 218 views)
joshhh is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump