-
- Interop with Word - Notification AFTER document Saved
by JohnGalt
- 12 Replies
- Last post
by M.Anwahi
- I've been able to hook into the Beforesave event on a word document and that's fine as far as it goes. However, I need to be able to process the file AFTER the file save completed (Loading it into a database)
Does anyone have any suggestions on how to hook into some event (that I'm obviously missing) or some other approach to know that the file has completed saving successfully so that I c
-
- CustomUI + Clone/Move the office menu to tab button
by Leung
- 2 Replies
- Last post
by Leung
- Hi,
I hope this is the right forum to post my question (because I couldn't find a msdn forum dedicated to RibbonX).
Is there a way to make those office menu button (e.g. the Print button) available as well on the tab group I know this can be clone to the quick access tool bar, how about the tab group area
Thanks,
Jane
-
- [SOS] About Selecting Text From Word 2003 Document
by Xinwen
- 2 Replies
- Last post
by Xinwen
- Hi all,
I have a problem and hope you can help me as soon as possible!
I don't use VSTO but use Microsoft.Office.Interop.Word, and I wanna use this to open a word 2003 document and read it's content. The key task is, the content has two types of font, and I need to split the content by types, how can I implement it
I hope you can help me, thanks!
-
- Excel 2003 Application level Add-In
by kieranmoore_uk
- 2 Replies
- Last post
by Cindy Meister
- I want to create an Excel application level control for Excel 2003, which gives the user navigator style functionality (i.e. allows them to view and manage workbooks and worksheets, view comments, named ranges, etc).
I have downloaded a couple of third party "addin" components, as examples. They "appear" to approach this in one of two ways:
a form which appear
-
- VSTO RTD Server Application
by RIManning
- 2 Replies
- Last post
by Andrew Whitechapel - MSFT
- Hi, I'll try not to be too wordy here...
I've used IRTDServer in the past in an Excel automation application to collect data from a network device and output it to a spreadsheet for subsequent analysis. Now I need to do essentially the same thing but I'd like to put together an add-in. The best thing about the IRTDServer implementation seems to be the notify/update functionality it provides (ke
-
- Need help with OL2003 and context menu
by sklett
- 14 Replies
- Last post
by sklett
- It's been 5 days now and I'm still at square one. I must being doing something very wrong in my add-in. The problem I'm having is that my add-in seems to crash (or the events are being 'disconnected' somehow) I have a simple add-in that inserts a CommandBarButton in the context menu of the MailItem list. The code inserts the button fine, but when I start to use outlook a little my code eventually
-
- Reading pane previewer in Outlook 2007
by Jan Kučera
- 14 Replies
- Last post
by miloush
- Hi,
how can I write (and register) my own previewer for attachments Any tutorials available
Thanks
-
- Problem with running word 2003 customization in Office 2007
by Vlladico
- 2 Replies
- Last post
by Vlladico
- Hi :)
I have next solution:
Customized word documents, which are on ASP.NET server. When user download one of these documents, customization should run. Assembly evidence for this document belongs to the code group : URL.
It works fine with Windows XP and Office 2003. When i try to run it under Vista with Office 2007, it doesn't work. I get message like ' assembly * can not run ........ '
-
- Permitting Excel VSTO doc to run from anywhere on intranet
by Arnell
- 7 Replies
- Last post
by SKBG
- I have an Excel VSTO document that is installed via a Visual Studio setup project. I have security working to the extent that the document automation executes if the document is opened from the target installation directory. However, I need to allow for it to execute regardless of the location of the document. That is, anywhere from within the intranet. It is an XLT file and the user will never sa
-
- VSTO se sorting problem
by xishan shigri
- 2 Replies
- Last post
by Ji Zhou ¨C MSFT
- Using VSTO SE, how can we sort selected cells by color, name and date
-
- No service pack for VSTO 2005?
by ccassino
- 5 Replies
- Last post
by Gabi10
- Using VSTO 2005.
We installed the SP1 Beta, installed no problem. The RTM verison of SP1 for Visual Studio 2005 will not install on VSTO 2005.
VSTO is not listed as having an SP release, only Team Ed. and Prof. Was there no SP released for VSTO Does anyone kow any reason for this Especially since we were able to install the beta versionit does not make much sense.
Help
Thanks
-
- A conditional format in the Excel 2007
by parang
- 5 Replies
- Last post
by parang
- Hi. I'll display a conditional format in the Excel 2007 to a panel. but, below codes invoke System.InvalidCastException. ======================================================= using Excel = Microsoft.Office.Interop.Excel; public void UpdateCellInfo(Excel.Range target) { if (target.FormatConditions.Count > 0) { try &nbs
-
- Custom Combobox in ribbbon.xml
by CH-danman
- 4 Replies
- Last post
by CH-danman
- Hi all
I want create a custom Combobox for an Excel Ribbon. So i need to load spezified Items into the Combobox. How can i load the Items into the Combobox
< comboBox id = " cmbReportquelle "
getLabel = " GetLabel "
onChange = " OnChange "
getItemLabel = " GetItemLabel " >
< item id = " test " lab
-
- VSTO and Outlook Web Access (OWA)
by David Swain
- 3 Replies
- Last post
by Sue Mosher - Outlook MVP
- I'm getting started with VSTO, and wanting to modify left nav folders. In a general sense, will the customizations made to Outlook 2007 client be easily converted/usable with OWA It is just that web apps are always quite different than clients.
Thanks.
-
- sending an email from inspector window..
by Bassem Murad
- 8 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hello,
im using VSTO SE and VS 2005 to create a plugin for outlook 2003. In the create new email inspector, i added a button. i want to send the email and perform another task. i was able to add the button to the inspector and perform some function, but i have no idea how to make that button send the email as well.
here is how the plugin looks like...
public Outlook. Inspecto
-
- Outlook 2003 security alert
by mike950
- 7 Replies
- Last post
by Sue Mosher - Outlook MVP
- Is it possible to prevent Outlook security warnings without using a 3rd party tool (i.e. is there some code you can write yourself to do this)
-
- COM Shim Wizard 2.0 and Office 2007
by Dennis Wallentin
- 2 Replies
- Last post
by Dennis Wallentin
- Hi,
Recently it was pointed out to me that the COM Shim Wizard 2.0 is not compatible with Office 2007 as it does not implement the IRibbonExtensibility. Therefore a runtime crash occurs for any shimmed managed COM Add-in.
Before anyone pointing me in the direction of VSTO 2005 / VSTO 2005 SE I would like to know if MSFT has any intention to release a new version (3.0 ) of the unsupported COM
-
- Smart Tag Loading but not being Invoked
by Kent Boogaart
- 1 Replies
- Last post
by Cindy Meister
- Hi, I am using VS 2005 to develop a smart tag for Word 2007. I have successfully gotten the smart tag registered and Word reports it as an Active Application Add-in in the Add-Ins configuration dialog. In other words, the registry and security settings appear to be correct. However, an instance of my recognizer and action class isn't instantiated until I view the Add-Ins configuration, and the Rec
-
- Button text is cut off when using a winform from vsto
by langalaxy
- 5 Replies
- Last post
by langalaxy
- Hi, I have a winform which I have integrated into Outlook 2003/07 with VSTO 2005 SE. The form is translated at runtime.When I test the form outside of outlook, everything works fine. The buttons expand to the right size and show the whole text. If I call the form from inside the addin, the buttons donĄ¯t size. The text is cut off. Has any of you experienced the same behaviour
-
- Excel 2003 Application level Add-In
by kieranmoore_uk
- 2 Replies
- Last post
by Cindy Meister
- I want to create an Excel application level control for Excel 2003, which gives the user navigator style functionality (i.e. allows them to view and manage workbooks and worksheets, view comments, named ranges, etc).
I have downloaded a couple of third party "addin" components, as examples. They "appear" to approach this in one of two ways:
a form which appear
-
- Remove borders from Excel charts using C#
by becklighter
- 14 Replies
- Last post
by becklighter
- I am building an excel file from scratch. this includes charts of data. In this particular case I need to remove the borders from the chart, but it doesn't appear to work correctly. // The next three lines are an attempt to remove the border, the fourth shows that I am controlling the chart ((Excel.ChartObject)oSheet.ChartObjects("Chart 1")).Border.LineStyle = Excel.XlLineStyle.xlLineStyleNone;
-
- Word document author
by user11
- 4 Replies
- Last post
by user11
- Hi all, I was wondering if it's possible to get the word document author programatically the same way as you can get the document name with: Selection. Document .FullName Any help much appreciated! Radu.
-
- Analysis ToolPak Functions Become Disabled
by Scott Lock
- 3 Replies
- Last post
by Anonymous (2)
- After installing a custom Add-in built using VSTO2005 (C#), the Analysis ToolPak seems to become disabled. Checking the "Disabled" status of addins under help and in the registry shows that it is actually enabled. However, all of the EONAME functions have now become "Unavailble".
Has anyone seen this behavior
Scott
-
- Getting notified when a formregion (Outlook, VSTO 2005 SE) is being resized
by Raul Rosenloecher
- 4 Replies
- Last post
by Raul Rosenloecher
- Hi, is there a way to get an event / get notified when a formregion (Outlook, VSTO 2005 SE) is being resized I have to adapt the size of some column inside my MSFlexgrid. But unfortunately I can't find any event, which is called when the size of the form is getting changed. Thanks, Raul
-
- Can I build my own list for Cell Data Validation?
by FlashFan
- 1 Replies
- Last post
by FlashFan
- Assuming Range("$A$1") should be chosen from Mon-Sun; if we defined another range which has Mon-Sun in the same workbook, it's easy to use data validation to do that. But if there is no Mon-Sun anywhere in the same workbook, could we hard code the list using VSTO
Thanks in advance for any kind hint.
FlashFan