HI.
Create a TPanel, Alilgn it to the top.
Then, create a new TPanel in the first TPanel, and align it Right
Then create A TToolbar in the TPanel, and align it Client.
Add a TToolbar, align this one to Client.
Add a TMenu (Remove it from the MainForm's MEnu property).
Bind the TToolbar's MEnu property to the menu...
U're done!
//Nordlund