Click here to Skip to main content
15,881,839 members
Articles / Visual Studio
Tip/Trick

Tips and Tricks: Customizing Visual Studio 2010 Start Page

Rate me:
Please Sign up or sign in to vote.
3.17/5 (4 votes)
11 Feb 2010CPOL2 min read 30.4K   1   3
How to customize Visual Studio 2010 Start page

Introduction

Do you know that you can easily customize the Visual Studio 2010 start page? Yes, that is true. This uses an XAML page which you can modify easily if you have knowledge about XAML. Redesign your page with your brand & look, impress your users (mainly your team) with the new look.

image

Why Should I Do This

Now before reading the steps, the question may arise in your mind “Why should I do this? I don’t care what the look is.” Yup, this is right but think from some point of view, where you want to show some sort of information/news tracker on the best coding practices your team should follow or you may want to show the pending tasks of the team in the start-up page or you may want to redesign that page with custom templates to meet your company brand or something else.

How Can I Do This

First of all, go to your “My Documents\Visual Studio 2010\StartPages”. There, you will find a project named “StartPage” with an additional XAML file named “StartPage.xaml”. This XAML page is your Start Page of the Visual Studio 2010. Remember that this is a user specific file & that you have to deploy for all users.

Before doing anything, take a backup of the same. Now open the StartPage project file which will load the XAML in your Visual Studio IDE. Modify it according to the look & feel you want. Save it & you will immediately see the effect in your startup page.

Not only this. You can also choose different XAML files for your Startup XAML page. Create a separate XAML file with your design in the same directory as mentioned above. Open your Visual Studio 2010. Go to Tools –> Options –> Environment –> Startup.

image

Select the “Custom Start Page” from the drop down that you have created. Hit “OK” to see it immediately in your start page. Remember that for security reasons, you can’t change the path as this executes under the trusted privileges of the user only & also uses some references to the Visual Studio UI assemblies.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
India India

Kunal Chowdhury is a former Microsoft "Windows Platform Development" MVP (Most Valuable Professional, 2010 - 2018), a Codeproject Mentor, Speaker in various Microsoft events, Author, passionate Blogger and a Senior Technical Lead by profession.

He is currently working in an MNC located in India. He has a very good skill over XAML, C#, Silverlight, Windows Phone, WPF and Windows app development. He posts his findings, articles, tutorials in his technical blog (www.kunal-chowdhury.com) and CodeProject.


Books authored:


Connect with Kunal on:





Comments and Discussions

 
QuestionMy Vote of 1 Pin
#realJSOP21-Apr-21 5:42
mve#realJSOP21-Apr-21 5:42 
QuestionMy Visual Studio 2010 StartPages folder is completely empty. Why? Pin
mkamoski18-May-12 3:02
mkamoski18-May-12 3:02 
AnswerRe: My Visual Studio 2010 StartPages folder is completely empty. Why? Pin
Kunal Chowdhury «IN»18-May-12 3:09
professionalKunal Chowdhury «IN»18-May-12 3:09 
Hi Mark,

In case you are unable to find the XAML page, install the template from Visual Studio Gallery: http://visualstudiogallery.msdn.microsoft.com/f655a5dc-1a2d-4eca-b774-76c352c03b87/[^]
Regards - Kunal Chowdhury
Microsoft MVP (Silverlight) | Codeproject MVP & Mentor | Telerik MVP


Follow me on: My Technical Blog | Silverlight-Zone | Twitter | Facebook | Google+

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.