Office ribbon

Hello,


I have an application with a main form of TForm and now I wish to add a TAdvToolBarPager to make it look like a 2010 office ribbon app. Is it possible to do that without having to create a new project using the TMS 2010 ribbon application?

Regards

Yes, you can do this.
Add TAdvToolBarPager on the form and then change in code to have your form descend from TAdvToolBarForm instead of TForm.

Thank you very much for your prompt reply, works nicely :)