Dev Notes

Suspended Indefinetly...

News

<script type="text/javascript"><!-- google_ad_client = "pub-9887566656700242"; google_ad_width = 120; google_ad_height = 600; google_ad_format = "120x600_as"; google_ad_type = "text"; //2006-12-28: Savvy google_ad_channel = "6620623950"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <script type="text/javascript"><!-- google_ad_client = "pub-9887566656700242"; google_ad_width = 120; google_ad_height = 60; google_ad_format = "120x60_as_rimg"; google_cpa_choice = "CAAQxZqazgEaCMOiwb9yonQWKIHD93M"; google_ad_channel = ""; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>

Favourites

Friends

India MVP & CS

My Blog Roll

Publicity

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.

 

Comments

Fabrice said:

Great work!
Please take note that the URL should simply be http://SharpToolbox.com/
Thanks :-)
# June 17, 2003 12:37 AM

TrackBack said:

Fabrice's weblog
# June 17, 2003 1:23 AM
Leave a Comment

(required) 

(required) 

(optional)

(required)