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
- :
- Accessing Control Properties in InstallScript
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 02, 2008
11:34 AM
Accessing Control Properties in InstallScript
Hey there,
Say I want to access the Visible property on the fly for a control with the InstallScript. Is this possible? If so how?
Thanks
Say I want to access the Visible property on the fly for a control with the InstallScript. Is this possible? If so how?
Thanks
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 02, 2008
12:07 PM
I have researched the EnableWindow() option, while it works, I am interested in digging for an option to remove it in its entirety based on a previous decision.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 02, 2008
12:11 PM
Assuming you're talking about InstallScript dialog boxes, there's also ShowWindow, which might do what you want.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 02, 2008
12:52 PM
Brilliant!
ShowWindow() removed the items on the dialog that I didn't want.
Thanks so much, it worked like a charm!
ShowWindow() removed the items on the dialog that I didn't want.
Thanks so much, it worked like a charm!
