Show start page when opening Visual Studio solution
In Visual Studio 2010, can the start / welcome page open when opening a solution file?
I would like to have a way to show the build information for new developers joining the team.
+3
Roger lipscombe
source
to share
1 answer
Have you already considered writing your own extension for Visual Studio? Soma Somasegar pointed out where to start on his blog here .
You will need to install the Visual Studio SDK (online documentation here ) from the samples on MSDN.
I haven't done this myself yet, but I know you can create tool windows that are already loaded with Visual Studio. You can request notification when the solution is loaded and then execute your own code.
(I just read about the news yesterday on Rico Mariani's blog ).
It should be possible. :-)
0
Jens H
source
to share