Using listboxes in nsDialogs
How do I get a list of items in a listbox? I have tried "SendMessage $VersionListDest ${LB_GETITEMDATA} 0 $VersionUpdateList" and I get back a empty string in VersionUpdateList.
11 posts
The question is about nsDialogs, not InstallOptionsOriginally Posted by Brummelchen View Posta listbox is part of a ini file - you can read it out and separate the values otherwise.
Does the control even exist after nsDialogs::Show returns?Originally Posted by rthawley View PostThat doesn't work either. Below is my code, is something still wrong?
nsDialogs::Show
System::Call user32::SendMessage(i$VersionListDest,i${LB_GETTEXT},i 0,t.r1)
MessageBox MB_OK $r1