Sign in
Andrew Whitechapel
Shiny things that caught my eye
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Automation add-ins
CLR
COM add-ins
COM Shim
COMAddIn
Excel Services
Excel UDFs
HLSL
MEF
Office dev
PDC
PIAs
Ribbon
SharePoint
Silverlight
VSTA
VSTO
VSTO Add-ins
VSTO Doc Solutions
VSTO Power Tools
Winforms
WPF
XLLs
Archive
Archives
August 2009
(1)
July 2009
(1)
May 2009
(2)
April 2009
(3)
March 2009
(5)
February 2009
(2)
November 2008
(4)
October 2008
(3)
September 2008
(2)
August 2008
(4)
July 2008
(2)
June 2008
(2)
May 2008
(3)
April 2008
(2)
March 2008
(3)
February 2008
(3)
January 2008
(5)
December 2007
(5)
November 2007
(3)
October 2007
(1)
August 2007
(1)
July 2007
(2)
June 2007
(2)
May 2007
(2)
March 2007
(1)
February 2007
(1)
January 2007
(2)
December 2006
(1)
November 2006
(2)
October 2006
(1)
August 2006
(1)
July 2006
(3)
June 2006
(1)
April 2006
(1)
March 2006
(2)
February 2006
(2)
October 2005
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Andrew Whitechapel
Implementing IMessageFilter in an Office add-in
Posted
over 5 years ago
by
andreww
13
Comments
First a warning: this is an advanced scenario, and you should not attempt to use this technique unless you’re sure you know what you’re doing. The reason for this warning is that while the technique described here is pretty simple, it’s also easy to get...
Andrew Whitechapel
Using Managed Controls as ActiveX Controls
Posted
over 5 years ago
by
andreww
9
Comments
Can you use a managed usercontrol in an Office document in the same way that you can use a native ActiveX control – all without using VSTO? Some time ago, I posted about how to use native ActiveX controls within a doc-level VSTO solution, by wrapping...
Andrew Whitechapel
Passing Objects to Exposed Add-in Methods
Posted
over 5 years ago
by
andreww
3
Comments
I’ve posted a few times on the best way to expose methods from an add-in to automation clients – for example, here , here and here . So far, in my examples, I’ve described very simple exposed methods that take no parameters – but what happens if you want...
Andrew Whitechapel
Launching Office Apps Programmatically
Posted
over 5 years ago
by
andreww
3
Comments
There are at least 9 different ways to start or connect to an Office app programmatically in managed code, as summarized in this table: PIA Interop Using the Office PIAs is the most RAD approach, with the greatest level of design...
Page 1 of 1 (4 items)