0
votes
4answers
453 views
How to put the build date of application somewhere in the application?
I would like to put the date the application was built somewhere in the application. Say the about box. Any ideas how this can be done? I need to do this for C# but I am also looking for a general …
1
vote
4answers
708 views
MS Word Plugin, Adding a button which pops up on right click on selected text.
I am working on a shared addin for MS Word 2007. I would like to add a button which pops up when selected text is right clicked. The attached snapshot should make this clear.
Currently, th …
-1
votes
MS Word Plugin, Adding a button which pops up on right click on selected text.
Here is how this can be done...
Microsoft.Office.Core.CommandBar cellbar = diff.CommandBars["Text"];
Microsoft.Office.Core.CommandBarButton button = (Microso …
