cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Populating listbox at run time

I want to populate a listbox at runtime with text enered in an editbox. I want to be able to run a vbscript that will take the text from the text box and make an entry in the listbox when the user clicks a button.

The help files re-direct me to the Windows Installer SDK website which isn't useful. Any help would be appreciated.
(1) Reply
I found this excellent article hre that explains how to dynamically add entries to a listbox using vbscipt:

http://www.installshield.com/news/newsletter/0302-articles/msiaccess.asp

Only problem I have now is trying to refresh the listbox each time the button which executes the scipt/custom action is clicked.