Skip to content
⌘ NSIS Forum Archive

Creating a Drop List with Images

1 posts

z01#

Creating a Drop List with Images

How do I use NSD_CreateDropList to create a drop list with images and text? I've seen this done using MUI V1 with InstallOptions. Basically, I want each entry in the drop list to look like this:

<image> <text>

The height of each entry is the height of the image. Any help would be greatly appreciated.