The control you need is the MainMenu. However, you have to add all the standard menu commands yourself.
In Visual Studio 2005 there will be a SmartTag to insert these automatically. Also, the MainMenu will be replaced by the MenuStrip, which supports icons etc... |