U drop a TMainMenu on your form, u set Form's MainMenu property to the TMainMenu u just dropped. That's not what I'm talking about here.<br><br>Open your C++Builder IDE or Delphi IDE, whichever, observ its MainMenu, and its Toolbars. You can move the toolbars and MainMenu around, just click on them and move them. Those MainMenu and toolbars are rested on a thing called TControlBar, which can be found on your Additional component pallete.<br><br>Drop TContolBar on your form. Drop a TToolBar on ContolBar which is already on your form. Make a few buttons, and run the form. Now, I need to do the same with TMainMenu. That is to make TMainMenu apper on TControlBar, so that it can be moved around, just like in C++Builder IDE. That's what I need to know, I can't make a main menu just like in C++Builder's IDE...