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

Disable dialog buttons

Hi,

I've built myself a piece of code that finds any running exes that my install needs to replace and displays them using the sdShowInfoList Dialog. This works fine and I can retry etc and the list changes.

The problem I have is that the ignore button is enabled so a user can still just ignore the list and carry on the install. I could check for the return value but that seems a bit messy.

Is there a way to disable the butons on this form? I've tried setting the ignore button to Enabled = false, Visible = false. but it still shows up during the install

Thanks

Russell
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

Which dialog box is this? What kind of project? SdShowInfoList usually doesn't have an Ignore button...
0 Kudos