Omkar
Omkar

Reputation: 303

Customized menu bar in vb.net 2008

I'm using visual studio 2008 and i'm building application in vb.net, i want to design an attractive menu bar for my application. Something like shown in the image. Please guide meenter image description here

Upvotes: 0

Views: 1794

Answers (1)

chris_techno25
chris_techno25

Reputation: 2477

There are many 3rd party controls that you can download or buy to create professional looking menu bars and stuff. But Visual Studio already comes bundled with the toolstrip control. For the time being, get familiar with the toolstrip control to create menu items.

Check this out. This should get you started :)

http://www.dotnetheaven.com/article/toolstrip-control-in-vb.net

Upvotes: 1

Related Questions