Add a Message Bar or Info Bar to Word using interop or vsto
Posted
by
Aaron
on Stack Overflow
See other posts from Stack Overflow
or by Aaron
Published on 2010-12-07T20:47:15Z
Indexed on
2011/01/05
21:54 UTC
Read the original article
Hit count: 200
I have VS 2010 and Word 2010. In Word 2010 there is sometimes a message/warning bar that pops up under the ribbon but above the body of the document that allows the user to do an action. It looks something like this...
Can I programmatically though VSTO or Interop create a custom bar that allows the user to click a button and then it executes some code.
If not, is there an alternative popup or dialog box that will do something like this?
Thanks, A
© Stack Overflow or respective owner