I'm writing my first app in VB.NET and I'm having trouble with the MainMenu appearance. I have created a form and added a MainMenu. When I compile the program, just to see how it looks, the MainMenu looks recessed behind the actual form. In other words, the MainMenu doesn't blend in with the form and it gives a very unprofessional appearance.
Is there anyone out there that might be able to help me solve this Maybe some can give me some points on how to change the appearance of the MainMenu to give it a more modern/professional appearance. Any help is greatly appreciated!
Thanks!

MainMenu Help!
WhiteWizard
Are you using VS2005 or VB Express If so, instead of using the Main Menu control, try using the MenuStrip control instead. It looks much nicer.
If you're using VS2003, then that's probably just the way it's meant to look...