How do i make a windows style menu in visual basic for my application

i have a menustip but i shows only one straight column, but i want like it is in windows XP and Vista.

so i have two columns for different kind fo things to add

how do i make that kind of menu in visual basic 2005

Recommended Answers

All 4 Replies

how about use file manifest...

this file will make your application looks like the windows when the application running. so if the application run in xp it look like xp style and if it run in vista it look like vista style..

this file will make your application looks like the windows when the application running. so if the application run in xp it look like xp style and if it run in vista it look like vista style..

Try this link and download vb6.exe.manifest. When you package your app make sure to include the manifest file where vb6 will be replaced with your app name i.e. myapp.exe.manifest.......

http://www.quantumsoftware.com.au/Support/KB/Article.aspx?ID=139

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.