Tagged Questions
2
votes
3answers
259 views
In a desktop application, what are best practise methods to provide a menu of functions
I have a .NET Winforms application that hosts controls to provide different areas of functionality.
My normal method in providing a menu to switch between these controls has been a TreeView or a List ...