Link to home
Start Free TrialLog in
Avatar of TungVan
TungVan

asked on

Code Example: 1 controller and many views


Hi,

I would like to have a large project code example that shows interaction between 1 controller and many views.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of pallosp
pallosp

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of TungVan
TungVan

ASKER


I would like an example in windows form.

Thanks
It's a bit more complicated in Windows Forms unless you use TabControl.

You may create every view on a different Panel, move every Panel to the same position, and change their "Visible" property false. When the user selects another view, the proper Panel should be displayed.