This is a migrated thread and some comments may be shown as answers.

RadControls usage in VC++ application

1 Answer 129 Views
Buttons, RadioButton, CheckBox, etc
This is a migrated thread and some comments may be shown as answers.
Rajani Kulkarni
Top achievements
Rank 1
Rajani Kulkarni asked on 07 Aug 2009, 09:04 AM
Hi,

I want to use RadControls in VC++ application (using Visual studio 2008). When I add the reference to Telerik.Wincontrols, the Radcontrols are added to Toolbox.
In a VC++ application, all the RadControls under the toolbox are disabled. In a C# application, all RadControls under the toolbox are enabled and can be added to windows form.

Question:
Why are the RadControls in the toolbox, disabled in VC++ application?
Please clarify how to make them enabled, so that they can be used in VC++ application.

Thanks in advance,
Best Regards,
Rajani

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 07 Aug 2009, 11:03 AM
Hi Rajani Kulkarni,

In general, Telerik controls can be used in managed C++ applications. They are written in C#, but you can use them with VB and managed C++ as well. If you want to use Telerik controls at design time you need a managed C++ Winforms application.

They can be used in unmanaged environments too, for example, you may use ActiveX to create an application that uses Telerik WinForms controls in Internet Explorer. Please note that there are certain limitations when the controls are used as ActiveX components. 

Please double check that you are creating a managed C++ application and reset your toolbox.

Regards,
Victor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Buttons, RadioButton, CheckBox, etc
Asked by
Rajani Kulkarni
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or