This guy is really mad about...
This geek is really mad about .NET Utilities. This home page should be incorporated with my VS.NET 2k3.
http://madgeek.www3.dotnetplayground.com/SharpToolbox/
Thanks very much fabric...
Here is the Integration steps:
drive names can be different,
1. OPEN getWhatsOnline.xml FROM
D:\ProgramFiles\Microsoft Visual Studio .NET\Common7\IDE\HTML\StartPageTabs\1033
2. add following code after the last <Tab></Tab> Block
<Tab ID="vs_web_hosting1" Name="SharpToolBox" Filterable="false">
<TabData>
<Value Name="VisualStudioF1Keyword1">vs.homepage.web.hosting1</Value>
</TabData>
<Application Title="Downloads1" ID="vs_web_hosting_app1">
<Pane ID="WebHostingPane1" Title="Web Hosting1">
<LinkGroupSet ID="WHList1" Layout="list" Priority="500">
<LinkGroup ID="WH1" Title="SharpToolBox" Priority="900" />
</LinkGroupSet>
</Pane>
<Data>
<Context>
<Links>
<LItemEx>
<LItem LinkGroup="WH1"/>
<Blurb>Wait while i am downloading SharpToolBox for you...</Blurb>
</LItemEx>
</Links>
</Context>
</Data>
</Application>
<Feeds>
<Feed Expires="86681827931">
<Source ID="DefaultWebHostSrc1" LCID="1033" URL="http://msdn.microsoft.com/vsdata/vsdata.asp">
<Arg Name="tab">vs_web_hosting1</Arg>
</Source>
</Feed>
</Feeds>
</Tab>
3.Open vsHome.js file FROM
D:\ProgramFiles\Microsoft Visual Studio .NET\Common7\IDE\HTML\1033
a. Search The following Function
fnShowContent(oTab)
b. add following line after first for loop
if(oTab.id=="tabvs_web_hosting1RenderDiv"){
window.location.href="http://madgeek.www3.dotnetplayground.com/SharpToolbox/";
}
4. Close and Save , open start page from VS.NET and refresh the page, left hand side you will see menu.