Click here to Skip to main content
15,885,757 members
Articles / Desktop Programming / ATL

Visual Studio Favorites

Rate me:
Please Sign up or sign in to vote.
2.00/5 (3 votes)
16 Mar 20033 min read 52.7K   710   14  
Add shortcuts, favorites, and more to Visual Studio.
<MenuItems>
	<Item type="BSC" title="MFC Browser" path="C:\Program Files\Microsoft Visual Studio\VC98\MFC\SRC\mfc.bsc"/>
	<Item type="FILE" title="My Documents" path="::{450d8fba-ad25-11d0-98a8-0800361b1103}"/>
	<Item type="EXE" title="Notepad" path="notepad.exe"/>
	<Item type="EXE" title="SourceOffSite" path="C:\Program Files\SourceOffSite\SOS.exe"/>
	<Item type="FOLDER" title="Web Links">
		<Item type="LINK" title="NOPcode.com" path="http://www.nopcode.com"/>
		<Item type="LINK" title="CodeGuru" path="http://www.codeguru.com"/>
		<Item type="Link" title="CodeProject" path="http://www.codeproject.com"/>
		<Item type="LINK" title="STL Port" path="http://www.stlport.com"/>
		<Item type="LINK" title="Visual Assist" path="http://www.wholetomato.com"/>
		<Item type="LINK" title="PC Lint" path="http://www.gimpel.com"/>
		<Item type="LINK" title="Source Gear" path="http://www.sourcegear.com"/>
		<item type="LINK" title="Microsoft" path="http://www.microsoft.com"/>
		<Item type="LINK" title="Slashdot" path="http://www.slashdot.com"/>
	</Item>
</MenuItems>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
I work when you don't. Sleep is for wussies.

The answer is no, whatever the question is. You can't have it, you don't need it, and you'd just break it in five minutes if I give it to you anyways.

If you're interested, my web site is at NOPcode.com and has lots of cool stuff with programming and a one-of-a-kind Audio Server.

Comments and Discussions