Browse by Tags

All Tags » VSTO   (RSS)
Keith encountered some interesting behavior while trying to build a Custom Task Pane hosting a WPF control in VSTO to use in Excel. (See my post on " Using WPF With VSTO & Office 2007 "). "I click the search textbox and it appears to have focus... Read More...
Hosting Windows Forms controls in Office 2007 Custom Task Pane's is pretty simple, as shown in this MSDN article . I created a simple addin to display a list of image files in a given folder so that the user can double-click on the file name (in a ListBox) Read More...