Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 18th July 2006, 03:16   #1
Mark Nascimento
Member
 
Join Date: Jul 2006
Posts: 81
Question Refresh listbox in realtime

How can I add or exclude an item from a listbox or combobox (installopitons) without restarting the program?
(Refresh in real time means, for eg., when you mark a checkbox and disable or enable other HWND.)
Mark Nascimento is offline   Reply With Quote
Old 18th July 2006, 10:13   #2
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
You need to use the LB_ADDSTRING (ListBox) or CB_ADDSTRING (ComboBox) with SendMessage. There are also DELETESTRING messages.

-Stu

Need an installer? http://www.afrowsoft.co.uk
Afrow UK 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