> Norm - thank you very much for the reply.
> This method works fine for FileNew, FileOpen, but unfortunately did not have
[quoted text clipped - 69 lines]
> >>
> >> Any help appreciated.
The 'menu' descriptor was one I did not try - using that worked fine. The MS
doc shows the control type as 'splitbutton', which I had tried - just had
not considered something as simple as 'menu'. Thank you very much!
One last question, if I may - I don't suppose you found this documented
somewhere? I have the VSTO book by Carter/Lippert and have read several MSDN
articles on customizing the UI, and while they do a good job of describing
how to add functionality to Office, my primary focus is 'controlling' the
interface.
Thanks again,
Tim
> Hi ToPry,
> Strange. "FileSaveAs" worked well for me. The following XML cleared my
[quoted text clipped - 111 lines]
>> >>
>> >> Any help appreciated.
Norm Estabrook - 29 Mar 2007 22:58 GMT
Here are some Ribbon topics in the Visual Studio Tools for Office help
documentation.
"Ribbon Extensibility Overview" at
http://msdn2.microsoft.com/en-us/library/aa942866(VS.80).aspx
"How to: Customize the Ribbon" at
http://msdn2.microsoft.com/en-us/library/aa942954(VS.80).aspx.
"Walkthrough: Automating an Application from Controls on the Ribbon" at
http://msdn2.microsoft.com/en-us/library/aa942955(VS.80).aspx.
You can find several other Ribbon topics outside of the Visual Studio Tools
for Office help collection. View those topics here ->
http://msdn2.microsoft.com/en-us/library/bb187362.aspx.
For VSTO 2005 SE, the development experience with VSTO or without VSTO is
very similar. Therefore, you can use these topics to get tips on using the
Ribbon XML elements, attributes, etc as well as using callbacks to respond to
user actions etc.
If you need further help, consider posting your question in the VSTO forum.
You can find the forum at
http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=16&SiteID=1.
Forum questions are monitored by Microsoft developers and managers who
actually created the Ribbon feature. Who better to ask?
Hope that helps!
Norm E.
> The 'menu' descriptor was one I did not try - using that worked fine. The MS
> doc shows the control type as 'splitbutton', which I had tried - just had
[quoted text clipped - 125 lines]
> >> >>
> >> >> Any help appreciated.