index > Visual Studio Tools for Office > Will VSTO 3.0 managed global add-ins support...

Will VSTO 3.0 managed global add-ins support...


...interaction with the document actions pane in Office (Word) 2003?

We want to create a managed add-in for Word that will support both Word 2003 and 2007. Ideally, we'd like to create a core assembly that contains the main functionality, and then create a separate DLLs for 2003 and 2007 that implement UI specific stuff (i.e., menu code for 2003, riboon code for 2007, etc).

With 2007, we'll be taking advantage of custom task panes. We'd like to have the same sort of interaction with the actions pane in 2003 (just like we do now with VSTO 2.0 document level customizations).

Are there any plans to support add-in level interaction with the actions pane in 2003 with the release of VSTO 3.0?

Thanks!




ThirtySix Software - http://www.thirtysix.net
ThirtySix Software

I think there was a mention of this in a thread during the last month or so, but I can't turn it up... As I recall, the answer was no. The document actions pane was designed to be document-specific (it's actually part of a Smart Document; "traditional" VSTO implements that interface for you in the background). So it can't be part of a global add-in... Just as the custom task pane isn't available for earlier versions of Office.

There have been various attempts to create something that works like a task-pane in Office apps, using ActiveX controls on command bars, docking non-modal Userforms over an anchored command bar and placing a Windows Form next to an application window. The discussions I'm familiar with took place over the last couple of years in the word.vba.general and the office.developer.automation newsgroups. You might want to do a Google group search.

Apparently, there was an abortive attempt at a common project on CodePlex. No idea what's happening with that

http://www.codeplex.com/Wiki/View.aspx?ProjectName=ptp




-- Cindy Meister (Word MVP)
Cindy Meister
reply 2

You can use google to search for other answers

 

More Articles

Using NativeWindow seems to crash Word
Accelerate Smart Tag Recogntion
Adding Research Panes to Outlook - VSTO 2005
Deploying a Word Solution with an Actionpane
Publishing Problem.....
list object
adding a table of content in a word document using c#.net
Dynamic Code Generation
vsto code
Make a certain menu invalid or disabled
Welcome to Bokebb   New Update   Joins the collection  
 

New Articles

infoPath forms problem
help regarding MS ACCESS
Error: "Cannot open project. ...&qu…
VS 2005 Professional with Office Tools
how to add xml markup to a range
XSD File is not showing all the data fie…
Is there any enum for Range.Insert() met…
MODI not working with Windows 2003 Server
Cannot Install VSTO 2005
Changing the View in Word 2003
Performance question
Excel Add-In showing up twice
InfoPath XSL Bug
Using "Windows Media Player Plug-in…
Events when databinding is complete

Hot Articles

Outlook Add-in Setup Issues
Combining RS2005/C#/Excel, Hit a Snag
Save cached fields in a Word application
Order of selection events with Bookmark …
Outlook winforms email template?
Outllook Addin Deployement Issue
Is it not possible to update tables with…
VSTO 2005 Word Bookmarks
Access 2003 Developer Extensions - Appli…
Access parent doc in VSTO
Bound ListObject insert problem
VSTO - Couple Questions - Macros & S…
Odd behavior on explicitly calling a cus…
Rules
VSTO add-in setup error accessing registry

Recommend Articles

Shared COM Addin with VS2005TO
Outlook AddIn Install On User Machine Fa…
How could i develop Office Add-ins compa…
Type vbproj not supported by Visual Stud…
VSTO EXCEL deployment Issue
Smart Documents in the future
How To View InfoPath Form
[VSTO2005] Excel app. with Data Base
Retrieve all calendar items.
Access ICal UID from VSTO
Question re the SetCurrentFormPage() met…
Word Macro to create a footer only for c…
Issue with Validation.Add
Can't start VSTO 2003 projects anymore
How to count no of non space characters …