Skip to content
⌘ NSIS Forum Archive

nsDialog Listbox

5 posts

Ocrana#

nsDialog Listbox

Hello,

inside a custom page I added a ListBox: NSD_CreateListBox
But this is not a simple ListBox, it seems to be a CListCtrl clone, cause in my dialog it show
a not filled CHeaderCtrl, so first added item is not selectable.
Please give me a hint how to create a simple ListBox like ComboBox or how to disable the CHEaderCtrl inside nsDialog commands.

Maybe a bug? I use Windows7 64bit.

Ocrana