How to pin "Visual Studio 2010 Documentation" shortcut to Windows 7 taskbar?
Posted
by Chris W. Rea
on Super User
See other posts from Super User
or by Chris W. Rea
Published on 2010-05-17T23:47:54Z
Indexed on
2010/05/17
23:52 UTC
Read the original article
Hit count: 275
I just installed Microsoft Visual Studio 2010 at home, on my Windows 7 PC. One of the items installed with VS2010 is "Microsoft Visual Studio 2010 Documentation".
I like to have the documentation installed locally and at my fingertips, and so before had always added a shortcut for the help viewer to my Quick Launch toolbar. However, I'm not able to pin the new documentation to the Windows 7 taskbar. It's frustrating.
Note carefully: When I launch "Microsoft Visual Studio 2010 Documentation" from the Start menu, it seems to perform two functions:
- First, it launches the "Help Library Agent", which is a local HTTP server from which the help content is served... similar to the local ASP.NET web development server.
Second, it launches the default web browser against the
localhost
URL corresponding to the port on which the "Help Library Agent" is running, for example:
... in other words, the program doesn't leave behind an active foreground process that displays in the taskbar. So, I can't choose "Pin this program to taskbar" as one might do so with a typical program.
How can I get a shortcut to "Microsoft Visual Studio 2010 Documentation" in the Windows 7 taskbar? Has anybody got a workaround for this?
© Super User or respective owner