robgruen's WebLogmy 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 |