Browse by Tags

Managed Package Framework Webcast
13 January 05 01:25 PM | AllenD | 3 Comments   
I forgot about this 'til now. http://msevents.microsoft.com/cui/eventdetail.aspx?EventID=1032258553&Culture=en-US is a link to a MSDN webcast I did describing the Managed Package Framework for the masses. Enjoy. Read More...
Filed under: , ,
IVsRunningDocumentTable.RenameDocument - how to call in managed code
20 August 04 01:52 PM | AllenD | 0 Comments   
Here's a little code to help managed packages call the Running Document Table to rename a document: Calling IVsRunningDocumenTable.RenameDocument is not entirely straighforward in managed code. Here's some code the shows how to get the SVsRunningDocumentTable Read More...
Filed under: ,
Back in the late night saddle; ISelectionContainer
09 April 04 01:09 AM | AllenD | 0 Comments   
Here I am again at 1:00am, working. Now, I know you may think that 1:00am is early, but consider the fact that I get up at 6:30am to get the whole thing going and it's just crazy how many hours of sleep I am NOT getting. But that is life when we're all Read More...
Filed under: , ,
Getting to IServiceProvider services with VSIP Extras
16 February 04 05:02 PM | AllenD | 2 Comments   
If you have access to the underlying Package base class, it exposes a method to get services called GetService. You use it like so: IVsShell vsshell = (IVsShell) GetService(typeof(SVsShell)); vsshell can then be used to call methods it exposes (the IVsShell Read More...
Filed under: ,
Gotcha re-implementing interfaces
06 November 03 01:14 PM | AllenD | 1 Comments   
Just avoid doing it Read More...
Filed under: ,
Thursday PDC Report
30 October 03 01:17 PM | AllenD | 0 Comments   
Heading home after a great, tiring week. Read More...
Filed under: , ,
Tue Report
29 October 03 12:50 AM | AllenD | 0 Comments   
Customers really love VS and VSIP/Extensibility Read More...
Filed under: , ,
VS Dialog font and dying my hair, maybe
24 October 03 08:01 PM | AllenD | 0 Comments   
Update for 10/24, just before leaving for the PDC Read More...
Filed under: ,
VS7.1 VSIP Extras Beta is available
17 October 03 07:14 PM | AllenD | 2 Comments   
VS7.1 VSIP Extras SDK is freely available to everyone Read More...
Filed under: , ,
Managed code rocks!
17 October 03 01:04 AM | AllenD | 0 Comments   
VSIP managed code dramatically reduces development time Read More...
Filed under: , ,
Page view tracker