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

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
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

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.
0 Kudos