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

Setting Edit Control Text Based on Changing Checkbox Control State

We have a Basic MSI InstallShield project and I would like to be able to change the Text value of an Edit control when the state of a checkbox control on the same dialog is changed. For example, when a checkbox is selected/checked I want to clear the value in the edit control or when a checkbox is unselected/unchecked I want to set the value of the edit control back to a default value.

It appears that I change the value of a property when a checkbox control is selected or unselected. This property that is changed is the same property that is specified for the edit control but the change to the property is not reflected in the edit control.

Is there a way to accomplish what I am trying to do?

Thanks,
Shane
Labels (1)
0 Kudos
(1) Reply
sjimmerson
Level 3

Is there any way to do this?
0 Kudos