Graphical Main Menu
Hi All,
I am new to Visual Studio 2008 and would like to know what is best for me (Windows Forms or WPF or anything else) if I want to design a graphical main menu with icons on an MDI form. Clicking on each of this buttons will open up a specific MDI Child form. I have done similar concepts in VB6 but need to know what to choose in VS2008.
Please help.
Thanks
tom smithPosted Jul 6, 2009, 2:00 AM
I want to design a menu like this where you have categories/options on the left hand side and clicking on any of these options displays its corresponding functions/modules in the right hand side. Also note, there is no separator line for each tab section.
If someone can assist me with this, I will be very grateful.
Meanwhile, thanks again Ben
Tom
BenjaminPosted Jul 3, 2009, 2:09 AM
the menustrip control and the toolstrip control should do the job. Take a look at those controls, works fine for me.