October 2004 - Posts
I've been doing some C# development with the Excel object model and when you look at Excel objects in the object browser or in intellisense there are two major problems you run into: 1) Methods that would be hidden in VBA are shown in the object browser
Read More...
This is a frequent question that comes up. You develop a managed add-in or VSTO 2003 code behind. You show a windows form and yuck--it looks like Windows XP never happened. The buttons aren't pretty like the Windows XP buttons. Everything looks circa
Read More...
If you haven't had a chance yet to see these great videos that Kathleen has made of VSTO in action, check them out. They're each about 6 minutes long are are really nice glimpses into some of the cool features of VSTO 2005. Keep 'em coming Kathleen! Demo
Read More...
I recently posted some code showing how to get Outlook to shut down. I contended that you shouldn't have to call ReleaseCOMObject as is shown in some MSDN articles to get Outlook to shut down. Indeed, David Mortenson who has worked on interop here at
Read More...
On the very off topic subject of wacky things that happen to developers office's, somehow one of the developers on my team (Mohit Gupta) has acquired a shower curtain complete with pressure rod which he has mounted on his office door. To get in to his
Read More...
Another new article on MSDN about VSTO 2005 --this time by J. Jason De Lorme. Jason mentions that VSTO 2005 doesn't support complex databinding against XMLNodes. We did add an "UpdateXML" method (renamed to LoadXML in Beta 2) on an XMLNode that should
Read More...
There's a great new article on MSDN with lots-o-pretty-pictures on what's new in VSTO 2005. Check it out here .
Read More...
I’ve had a number of people ask me how to get Outlook to shutdown properly when you create a managed add-in for it. I alluded to this issue briefly in my last blog . The OnDisconnection method you implement in your add-in’s implementation of IDTExtensibility2
Read More...
As promised, I thought I'd report on my experience with the new Shimming wizards that I blogged about earlier . The wizards are available for download here . I've been working mainly with Visual Studio 2005 Beta 1 and the 2.0 CLR. Silly me, I assumed
Read More...