|
|
#1 |
|
Member
Join Date: Jul 2006
Posts: 81
|
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.)
|
|
|
|
|
|
#2 |
|
Moderator
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 |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|