This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How to hide ListBox base on property value of another ListBox
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 13, 2020
05:06 PM
How to hide ListBox base on property value of another ListBox
I have a Basic MSI project with a dialog with two ListBox controls. I
want to hide the second ListBox when a given selection is made in the
first ListBox. Looking through the reference guide I haven't been able
to find how to set the Visible property of the 2nd ListBox during installer
execution. Nor have I been able to determine how to trigger this hiding
action based of the first ListBox selecting a given value. Do I need to
trigger a custom action based on the first ListBox's PROPERTY value?
How do I do that and what command do I use to set 2nd ListBox invisible?
I can see that the ListBox has a Visible property but I don't see how to
set it programmatically.
(0) Replies