|
Article relates to
|
RadControls for WinForms 2008.3 1105 (v8.0.0.0)
|
|
Created by
|
Nikolay Diyanov, Telerik
|
|
Last modified
|
Nov 11, 2008
|
|
Last modified by
|
Nikolay Diyanov, Telerik
|
HOW-TO
Install Telerik templates in Visual Studio 2008
INTRODUCTION
Telerik provides you with four different form templates which you can use in your application - RadForm, RadRibbonForm, RadAboutBox, and ShapedForm, however under Visual Studio 2008 these templates are not automatically installed. In order to take advantage of the these templates you should add them manually.
SOLUTION
In order to install the Telerik templates, please follow the steps below:
- Navigate to the directory where Telerik RadControls for WinForms are installed. By default, the directory looks as follows: C:\Program Files\Telerik\RadControls for WinForms [version]\Templates
In this directory you will find the template files:
- TelerikRadAboutBoxCS.v7.5.zip
- TelerikRadAboutBoxVB.v7.5.zip
- TelerikRadFormCS.v7.5.zip
- TelerikRadFormVB.v7.5.zip
- TelerikRadRibbonFormCS.v7.5.zip
- TelerikRadRibbonFormVB.v7.5.zip
- TelerikShapedFormCS.v7.5.zip
- TelerikShapedFormVB.v7.5.zip
- Copy the CS and VB template files in the Visual Studio 2008 templates directories:
- C# templates directory:
C:\Program Files\Microsoft Visual Studio 9.0\Common\IDE\ItemTemplates\CSharp
C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\CSharp (for Vista x64)
- VB.NET templates directory:
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\VisualBasic
C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\VisualBasic (for Vista x64)
- Open the Visual Studio command prompt (Start >> Programs >> Microsoft Visual Studio 2008 >> Visual Studio Tools >> Visual Studio 2008 Command Prompt). *
- Type the following command which will install the template files just copied:
devenv /installvstemplates
Windows Vista users: Please note that you should right-click the Visual Studio 2008 Command Prompt icon and choose Run as Administrator. This will allow you to execute the command in step 4.
After you add the templates, refer to the following article which explains how to use them: Using RadRibbonForm in an application.
Please
Sign In
to rate this article.