Click here to Skip to main content
16,015,481 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I wanted to know if there is any way to add navigation controls in Winforms. By navigation controls, I mean, it should be somewhat like, when we open Control Panel in Windows 7, there is a back and forward button and it is also there in Windows Explorer. So is there any way to implement such controls in this way in Winforms.

For eg, consider a Winform where I have entered my details and after clicking next, I navigate to next form (it should not be a MDI COntainer), after reaching the next form I realized a mistake in my first form, so I want to go back to the previous form with all data entered there intact. How to implement this?

It should be somewhat like Installers where you can navigate back and choose options.

Thanks in Advance.
Regards,
Jashobanta
Posted
Comments
[no name] 20-Dec-12 3:29am    
It could be better that you use WPF Navigation Application...
[no name] 20-Dec-12 3:30am    
or else
http://stackoverflow.com/questions/5605561/navigation-in-winforms-using-enter-key

1 solution

I would say you must prefer wpf for that. have a look at these articles they can help you to design this-
Create Navigation Based Application [^]
Beginning a WPF/MVVM application: Navigating between views[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900