what must I do, to integrate the RadRibbonBar in VB 2005 to have the Look like Office 2007? The Sample I have is for C#. I need it for VB 2005. Can anybody help me?
THX tombstone
3 Answers, 1 is accepted
0
Vassil Petev
Telerik team
answered on 09 Jul 2007, 10:43 AM
Hi tombstone,
Our controls, although written in C#, can be used in VB applications as well. The framework allows this and you should not have any problems. To get started, please review the examples which come with the installation. At the top of the example you will find VB code snippets as well.
what for .dll files must I add to the toolbox in vb 2005? From that folder: "C:\Programme\telerik\r.a.d.ribbonbar for WinForms Q4 2006\bin"
or that folder: "C:\Programme\telerik\r.a.d.ribbonbar for WinForms Q4 2006\Examples\Controls\bin"
THX tombstone
0
Mike
Telerik team
answered on 10 Jul 2007, 07:17 AM
Hello tombstone,
Running the setup will install toolbox icons in your Vs 2005. Nevertheless if you wish to install controls manually the folder you need is this one: "C:\Programme\telerik\r.a.d.ribbonbar for WinForms Q4 2006\bin"
All controls you need are located in Telerik.WinControls.UI.dll. When developing application using RadRibbonbar control your app would also need references to the following assemblies: TelerikCommon.dll Telerik.WinControls.dll