Page 1 of 1

Windows 7 Menu Strip In .NET

Posted: Sat Dec 22, 2012 3:43 pm
by visualtech
Well, if we look at the components, Microsoft provides with VS/VB/VCS, we can see that they are not that good and make our apps look crappy. So today I will tell you about a secret.

Some of you might be knowing it!

So how do you get a System Menu Strip, the Vista Menu?

This is how it will look:

Image

Well there is a simple way of doing that.

Go to your toolbox, right click, chose items and filter for Menu:

Image


Now whats the difference,

MenuStrip: A Component Written Solely In C#
MainMenu: A Menu Strip Wrapper Around The Windows API

ContextMenuStrip: A Component Written Solely In C#
ContextMenu: A Context Menu Wrapper Written Around The Windows API

So +REP IF YOU LIKED THIS TUTORIAL!

Re: Windows 7 Menu Strip In .NET

Posted: Sun Dec 23, 2012 12:02 pm
by smashapps
Thanks so much VisualTech, I've wanted this menu for ages. This helped heaps. I'll save the USB for another time! (Since you said you didn't want it)

Re: Windows 7 Menu Strip In .NET

Posted: Wed Jan 01, 2014 9:47 pm
by hungryhounduk
Hey
What a nice looking Menu, much better than the standard one

cheers for the heads up

Chris