Thread: Visual Studio 2010: Saving Bookmarks

  1. #1
    Registered User
    Join Date
    Jan 2011
    Posts
    2

    Visual Studio 2010: Saving Bookmarks

    OK, I know there are bookmarks in Visual Studio to save bookmarks for your code, but does anyone know if you can save bookmarks to the different MSDN pages that you can visit within VS?

    So from the start page, before you load a project, you can click on getting started - creating windows applications...etc. and navigate through the MSDN....but how can these pages be saved besides using IE?

  2. #2
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Sounds like the question is "How can I use MSDN in a more web-like way from within Visual Studio?"

    I always just use MSDN via a web browser. For one thing, I can use a search engine that doesn't completely suck. Googling for "MySearchTerm +msdn" is almost always immediately effective. For another thing, I can bookmark stuff (sort of the whole point, right?)
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. LDAP Query
    By Travoiz in forum C++ Programming
    Replies: 0
    Last Post: 08-13-2009, 02:58 PM
  2. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  3. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  4. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM