I am vs 2010 user and vb developer. I have seen Telerik Rad Controls and how they perform and can only say that this is an amazing developer's tool! My problem though, is the fact that I already have 90% of my vb application in vs2010 designed using winform controls and was wondering whether there was an easy way to convert the already existing controls and forms to telerik?
Thanks,
Fawzieh
Thanks,
Fawzieh
7 Answers, 1 is accepted
0
Hello Fawzieh,
Thank you for writing.
The only tool that might help you convert standard WinForms application to RadControls for WinForms is the VSX package that comes with our suite. Please refer to the following help article, which describes how to take advantage of this functionality.
I hope that you find this information helpful. Should you have any other questions, do not hesitate to contact us.
Regards,
Stefan
the Telerik team
Thank you for writing.
The only tool that might help you convert standard WinForms application to RadControls for WinForms is the VSX package that comes with our suite. Please refer to the following help article, which describes how to take advantage of this functionality.
I hope that you find this information helpful. Should you have any other questions, do not hesitate to contact us.
Regards,
Stefan
the Telerik team
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>
0
Fawzieh
Top achievements
Rank 1
answered on 29 Aug 2011, 10:28 AM
I would like to firstly thank you for your prompt reply which sets the bar very high for other forums!
I tried your suggest solution but am getting the following error message:
"Error executing custom action
Telerik.wincontrols.vsx.actions.UpdateReferencesAction:Object
reference not set to an instance of an object"
My other question is how can I programitically add a column to a RAD MultiColumnComboBox.?
Thank you again,
Fawzieh
I tried your suggest solution but am getting the following error message:
"Error executing custom action
Telerik.wincontrols.vsx.actions.UpdateReferencesAction:Object
reference not set to an instance of an object"
My other question is how can I programitically add a column to a RAD MultiColumnComboBox.?
Thank you again,
Fawzieh
0
Hi Fawzieh,
Thank you for writing.
Could you please try and update your VSExtensions for Win Forms (in the latest version there are fixes for the upgrade and convert options) and try again to convert your existing project to Telerik enabled one. Here are the steps to do that:
1. Go to the Extension Manager (Tools -> Extension Manager) in VS2010.
2. Uninstall Telerik WinForms VSExtensions.
3. Go to the Online Gallery section in the Extension Manager and search for Telerik WinForms VSExtensions. Download and install them and restart the VS2010.
4. Try again to convert the project (If this don't help could you please open a support ticket and send us your *.vbproj and *.sln files in order to try and identify the problem).
In regards to your question about RadMultiColumnComboBox, please note that internally its consists of RadGridView inside of a drop down. You can access the RadGridView instance via the EditorControl property. Here is an example of how to add a column to the underlying grid:
I hope that you find the provided information helpful.
Regards,
Biliana
the Telerik team
Thank you for writing.
Could you please try and update your VSExtensions for Win Forms (in the latest version there are fixes for the upgrade and convert options) and try again to convert your existing project to Telerik enabled one. Here are the steps to do that:
1. Go to the Extension Manager (Tools -> Extension Manager) in VS2010.
2. Uninstall Telerik WinForms VSExtensions.
3. Go to the Online Gallery section in the Extension Manager and search for Telerik WinForms VSExtensions. Download and install them and restart the VS2010.
4. Try again to convert the project (If this don't help could you please open a support ticket and send us your *.vbproj and *.sln files in order to try and identify the problem).
In regards to your question about RadMultiColumnComboBox, please note that internally its consists of RadGridView inside of a drop down. You can access the RadGridView instance via the EditorControl property. Here is an example of how to add a column to the underlying grid:
radMultiColumnComboBox1.EditorControl.Columns.Add(col);
I hope that you find the provided information helpful.
Regards,
Biliana
the Telerik team
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>
0
Jay
Top achievements
Rank 1
answered on 23 Mar 2012, 07:56 PM
The help Link doesn't work.
0
Hi Jay,
Thank you for pointing this.
Here is a working version of the link: Convert Wizard
Here is a link to the main page of the RadControls for WinForms documentation: Main Page
Additionally, if you have any question or problems, do not hesitate to put them here or to contact our support team through our support central (link: support central).
Kind regards,
Chavdar,
the Telerik team
Thank you for pointing this.
Here is a working version of the link: Convert Wizard
Here is a link to the main page of the RadControls for WinForms documentation: Main Page
Additionally, if you have any question or problems, do not hesitate to put them here or to contact our support team through our support central (link: support central).
Kind regards,
Chavdar,
the Telerik team
RadControls for WinForms Q1'12 release is now live! Check out what's new or download a free trial >>
0
Jim
Top achievements
Rank 1
answered on 26 Feb 2015, 07:48 PM
Hi, I have a visual studio 2013 application that has windows controls and windows forms, how do I convert all those controls (button, checkboxes , menubars, etc) into telerik controls?
I tried the wizard and it doesnt do anything, am i missing something?
I tried the wizard and it doesnt do anything, am i missing something?
0
Hi Jim,
We do not offer a tool that converts standard controls to our alternatives. What we do offer is a configuration wizard, which can add our assemblies to your project. More information is available here: Creation and configuration wizard.
List with the controls and the assemblies they reside is available at the very end here: http://www.telerik.com/help/winforms/installation-deployment-and-distribution-redestributing-telerik-radcontrols-for-windows.html.
I hope that you find this information useful. Should you have any other questions, do not hesitate to contact us.
Regards,
Stefan
Telerik
We do not offer a tool that converts standard controls to our alternatives. What we do offer is a configuration wizard, which can add our assemblies to your project. More information is available here: Creation and configuration wizard.
List with the controls and the assemblies they reside is available at the very end here: http://www.telerik.com/help/winforms/installation-deployment-and-distribution-redestributing-telerik-radcontrols-for-windows.html.
I hope that you find this information useful. Should you have any other questions, do not hesitate to contact us.
Regards,
Stefan
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.