I've looked everywhere
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I'm creating a windows application. Trough my main menu I want to toggle between diferent views using only one frame.. How can I do this using forms?? Please help!!
You could try using
Panel
s.Panel
s are just container controls that host other controls. You would make a panel and populate it with the buttons, listboxes, etc for the first view. Then make a panel for the second view, populate that and so on. Then using your menus you can make each panel visible or invisible depending on the menu item clicked. Hope this helps, Nathan --------------------------- Hmmm... what's a signature?