Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cancel displays all hidden controls
Message
From
05/08/2006 22:51:06
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Cancel displays all hidden controls
Miscellaneous
Thread ID:
01143283
Message ID:
01143283
Views:
62
Hi,

I have a winforms mmMaintenanceForm where specific controls are intially Visible = false.

These are Shown/Hidded at runtime in a ComboBox SelectedIndexChanged event, depending on the SelectedValue.

When I do a Cancel, all hidden controls are shown, Visible = true.
The SelectedIndexChanged event isn't fired.

I moved the UI update code in the SelectedIndexChanged event into a private method, and called it again in the HookPostCancel event. Works fine but seems kludgey.

Any suggestions?

Thanks!
Next
Reply
Map
View

Click here to load this message in the networking platform