Zuhaib

A very lazy but meticulous blogger

Archive for the ‘2010’ tag

Visual Studio 2010: Installing MSDN Documentation

with 6 comments

Like me if you also forgot to install the MSDN documentation while installing Visual Studio 2010 then don’t worry, it can be installed afterwards.

Step 1: Open Help Library Manager

Launch Visual Studio 2010 then click on Help » Manage Help Settings

Open Help Manager

It will bring up the Select Location dialog box. You can change the documentation path here, if you want to. But the default path should be ok. Click on Ok button to continue to next dialog.

Step 2: Install From Disk

In this dialog box click on Install content from disk link. Then locate the locate the HelpContentSetup.msha manifest file under the CDROM » ProductDocumentation folder and click Open.

Install content from disk Choose the manifest file

Step 3: Select Contents To Install

In this dialog box choose what help contents you want to install by clicking on the Add link in the Action column. Click on the Update button to start installing.

Choose the contents to install Install the content

When the installation is finished click on Finish button to close the dialog box.

Step 4: Choosing Preferred Help Location

At this point the MSDN documentation are installed on your system, but the Visual Studio is using the online help as the main source. To use the local help contents, follow Step 1 to open the Help Library Manager. Click on Settings, then click on the I want to use local help option button and click Ok.

 Choose local help as the default source

Hope it helps.

Written by Zuhaib

April 28th, 2010 at 3:46 pm

Posted in Visual Studio

Tagged with , , ,

Visual Studio 2010 Dark Expression Blend Color Theme

with 60 comments

image_thumb_04B9B051_thumbAs you guys might already know, that Visual Studio 2010 & .NET Framework 4.0 has been released. All of the latest development tools from Microsoft are full of awesomeness. If you haven’t already got your hands on the latest version of Visual Studio, then below are few links that can get you started:

My Visual Studio Color Scheme

I have always preferred working in dark color schemes, but because the color of visual studio 2005 & 2008 was light, it was difficult to get a complete dark working environment.

But as the new Visual Studio IDE is built using WPF, we can customize the theme of the IDE using the Visual Studio Color Theme Editor. This is one of my favorite extensions for Visual Studio 2010. The extension comes with few built-in color schemes, that are actually quite good. But, I wanted my IDE to be more like Expression Blend. So, I have created my own theme for Visual Studio 2010, which is not yet complete. But, if you like it then give it a try.

Dark:

Visual Studio 2010 Expression Theme

Some parts of the Visual Studio IDE like the Solution Explorer, Property Window, Scroll Bars etc are rendered natively (your current windows theme). So, there is no way (that I know) to customize the color of those particular parts of the IDE.

Download

To import the Expression theme, install the Visual Studio Color Theme Editor extension and then import the file from the Customize Colors dialog.

import_theme

Gray:

The author of the extension has given detailed explanation about how to create the lighter version of the Expression Blend theme on his blog. Check out his post here or click here to download the gray theme.

Visual Studio 2010 Expression Theme

PS: If you enhance this theme, then please share.

Update (05/03/2010):

  • Fixed tool window button colors.
  • Fixed dropdown & combobox colors.

Update (05/20/2010):

  • Fixed panel tab hover colors.
  • Fixed command bar colors.

Written by Zuhaib

April 18th, 2010 at 5:30 pm