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

Hide Bitmap Control

I want to dynamically hide/show (visible = true or false) a bitmap control that is on a user-defined dialog. It is not the bitmap that appears in the top panel on the right. I change that using DialogSetInfo. Is there a way to hide/show a bitmap (or say a text box) control programmatically? I need this ability in an InstallScript project. I tried ENABLE/DISABLE with the control ID but this gave me an error.

Thanks!
Sel
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

For InstallScript projects, perhaps search these forums and the Sd dialog source files for examples using the EnableWindow and ShowWindow API functions...
0 Kudos