A
Alex
Is it possible to put a windows form on a Word 2003 task pane in a C# add-in, using Visual studio 2003 (without VSTO)?
Thanks.
Best wishes,
Alex.
Thanks.
Best wishes,
Alex.
"Peter Huang" said:Hi
Based on my knowledge, COM Addin works commonly based on the the Word's
Object Modal. And the C# Addin is just the managed Wrap for legacy C++/VB6
Com addin.
Since the Word's Object Modal did not expose the Task Pane for us, it is
hard to manipulate via the Object Modal.
So from VSTO v2(Whidbey), we have a managed interface to add the winform
control into our own task pane.
Here is a link for your reference.
http://blogs.msdn.com/vsto2/archive/2004/03/11/88183.aspx
"Peter Huang" said:Hi
Thanks for you reply.
I do understand your considerration, unfortunately so far our official
document did not expose the interface for us to the do such extension.
And we will keep improving our product to meet your request.
Thanks for your understanding!