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

New Project

2 Answers 65 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Stanley
Top achievements
Rank 1
Stanley asked on 04 May 2012, 08:28 PM
Hello everyone one,
today I installed RadControls for WinForms Q1 2012

And when i make new project and debug it i still see normal windows form :S 
Any help??
Here is screen:
http://cimg.ws/i/MKohQ.png

2 Answers, 1 is accepted

Sort by
0
Stanley
Top achievements
Rank 1
answered on 05 May 2012, 06:48 AM
Okay so i found out i needed to click at telerik button at top and add new form... But it is always "ControlDefault" skin... How to change that?? Please help me? :/
0
Stefan
Telerik team
answered on 09 May 2012, 02:22 PM
Hi Stanley,

Thank you for writing.

That is correct. In order to add our form you need to add new RadForm to your project, or just make your Form inherit from RadForm:
public partial class Form1 : RadForm

To use the second approach, you need to make sure that Telerik.WinControls, Telerik.WinControls.UI and Telerik.Common assemblies are referenced in your project.

In regards to the themes, once you are using RadForm in your application, you can drag each of the predifined themes from the toolbox to the form and set the ThemeName property of the form to this theme. Alternatively, after you drag the theme component to the form, you can set it as a theme for the whole application. More information regarding this matter can be found here: http://www.telerik.com/help/winforms/themes-using-default-themes.html 

I hope this helps.
 
All the best,
Stefan
the Telerik team
RadControls for WinForms Q1'12 release is now live! Check out what's new or download a free trial >>
Tags
General Discussions
Asked by
Stanley
Top achievements
Rank 1
Answers by
Stanley
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or