New Visual Studio 2008 and Windows 7 Files

Sorry for the non-programming question, but does anyone know how to get Visual Studio 2008 to display projects in the list of recent Windows 7 files instead of the source files it has by default?

+3
source share
3 answers

Here is another workaround without editing the registry. Quickly getting your frequently encountered Visual Stuio projects ...

This has the advantage that it does not apply to the version of Visual Studio.

+4
source

You should have a Recent Projects menu right below the Recent Files menu, which presents the projects and solutions.

>

+2

This functionality should be supported by the application (by implementing a specific Win7 task list API). If Visual Studio supports it, it will be in options somewhere. I can not find it, so I think we were out of luck with this version of VS. I hope VS2010 better supports this cool feature.

Ah, but I was wrong, here is a way to indirectly crack it:

http://einsteintech.spaces.live.com/blog/cns!89E05724AF67A39E!744.entry

+1
source

Source: https://habr.com/ru/post/1727467/


All Articles