Archive : Visual Studio

How to change news channel of your choice in Visual Studio .Net Start Page

0
Digg me

Close Visual Studio if its open.

If you are an Advanced User who has priviledges to edit Registry here you go.
Start > Run > RegEdit

(Backup registry before making changes)

GOTO

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\<version>\StartPage

On the Right Panel right click on  NewsChannel and select modify

Replace this (http://msdn.microsoft.com/sql/rss.xml) RSS feed with any valid RSS feed of your choice.
Close Registry.

Happy Programming  :)

How to Clear Recent Project list or File list from Visual Studio .Net Start Page

0
Digg me

If you are an Advanced User who has priviledges to edit Registry here you go.

Method 1:

          Close Visual Studio (if its open)
Start > Run > RegEdit

(Backup registry before making changes)

GOTO

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\<version>\ProjectMRUList

remove unnecessary items from list.

If needed reorder your list.  File1, File2 etc. Otherwise Visual Studio might not read them properly.

Similarly repeat the steps for FileMRuList
Method 2:

If you can’t edit registry or not feeling comfortable here is an alternate method.

http://www.codeproject.com/csharp/VSRecentcleaner.asp

Happy Programming :)  

Stop the Search (Visual Studio 2003)

0
Digg me

Search on all folders

When using Visual Studio, there are times you need to search entire project or solution.

The short cut for this search is CTRL + Shift + F
Stop the Search

If you are lucky enough, the page you are looking for will appear first. If you want to STOP rest of the search
press CTRL + Shift + F again.

It will show the STOP button instead of SEARCH button.

Click STOP.

Unicode characters on Visual Studio 2003 / 2005 (UTF-8)

2
Digg me

To display Unicode characters in .NET applications using Visual Studio, save the .aspx, .vb files or .cs files  as
Unicode (UTF-8 with signature) – Codepage 65001
this signature.

File > Save As