Thanks Felipe,Adding a toolbar to MDI or Top application is quite easy.Just create a panel, you can inherit from UIBasicShell , we have our own pattern for this " _ToolBar" (CodeJock Toolbar), add the Controls to the panel and start coding your vbScript, set window type to MDI or Top application. If creating MDI you will always get a warning in the message log window saying that panel is of type 'MDI' and cannot ......., we just ignore the warning. Hope this will answer your question, if not i will be glad to help you out in any way . Regards, Oddi