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
- :
- Access control properties using Installscript_Urgent
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Aug 14, 2008
04:04 AM
Access control properties using Installscript_Urgent
Hi All,
I want to access the Visible property on the fly/dynamically for a control like PushButton with use of InstallScript.
What could be the exact syntax to aceess control properties like transperant, visible in InstallScript?
Is this possible? If so, how to do it?
Thanks in advance!!!
Arun
I want to access the Visible property on the fly/dynamically for a control like PushButton with use of InstallScript.
What could be the exact syntax to aceess control properties like transperant, visible in InstallScript?
Is this possible? If so, how to do it?
Thanks in advance!!!
Arun
(1) Reply
Aug 14, 2008
10:43 AM
For InstallScript dialog boxes, you can use the ShowWindow and EnableWindow API functions to dynamically show-hide-enable-disable controls.
Searching these forums (and the dialog box source and samples that ship with InstallShield) for those function names will turn up some examples.
Searching these forums (and the dialog box source and samples that ship with InstallShield) for those function names will turn up some examples.