Search   Feed   Browse   Add
Feed items 1 - 1 of 1 for November 2005

robgruen's WebLog

my intelligence is artificial...

Getting VSIP to browse - November 24, 2005

The VS.NET SDK (a.k.a. VSIP package) lacks the wide spread use and documentation that other SDKs enjoy.  To make a change to that here's a little snippet that shows you how to open the VS.NET webbrowser and browse to a particular page:   IVsWebBrowsingService web = (IVsWebBrowsingService)Vsip.VsPackage.VsPackage.GetGlobalService(typeof(IVsWebBrowsingService)); if (web == null)    return; IVsWebBrowser ppBrowser; IVsWebBrowserUser pUser =...
http://blogs.msdn.com/robgruen/archive/2005/11/23/496508.aspx
Available Archives
- November (1 item)
- December (3 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact