Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top