Navigating between forms
-
Hello, Does anyone knows a form navigation framework that i can use in order to implement a winform application that shows a main form displaying a list of options, each option displays a different form, which in turn display a list of options and so on ? It is similar to wizard but with more hierarchies. Thanks, Berlus
-
Hello, Does anyone knows a form navigation framework that i can use in order to implement a winform application that shows a main form displaying a list of options, each option displays a different form, which in turn display a list of options and so on ? It is similar to wizard but with more hierarchies. Thanks, Berlus
I don't think there is a framework for navigation in winforms, it is such a simple process a framework is hardly required. You don't need to support browser crap so just show the form you need to see!
Never underestimate the power of human stupidity RAH
-
Hello, Does anyone knows a form navigation framework that i can use in order to implement a winform application that shows a main form displaying a list of options, each option displays a different form, which in turn display a list of options and so on ? It is similar to wizard but with more hierarchies. Thanks, Berlus
As Mycroft states a framework isn't really necessary; however, the wizard controls can be used and navigation can be modified based on user input.
I know the language. I've read a book. - _Madmatt