Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How To Do This
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
How To Do This
Miscellaneous
Thread ID:
01391895
Message ID:
01391895
Views:
135
I am designing an app that looks something like this: http://www.componentfactory.com/windows-forms-tabcontrol.php

The area under "Family" will contain various types of lists of data, and possibly other controls. To facilitate this I am creating Panes with the grids or controls on them that I want to display, which is determined by what the user clicks on the left side. When the user clicks an item in the left side area, I will remove the current pane and add the selected pane, then load it with any data required.

When the user takes action in the top pane, I want to load the lower pane, so again, remove the lower pane, add the selected pane.

The question is this... How do I manage all of this, meaning, the panes have to be able to commicate with the form, which I could do via an event, but how do I code this if the controls are being added/removed at runtime?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform