-
- NEW Fix for VSTO SE Addins for Office 2003 and Vista
by Christin-MSFT
- 5 Replies
- Last post
by tamikn
- FIX: Add-ins that are created by using Visual Studio 2005 Tools for the Microsoft Office System Second Edition do not run in Office 2003 Professional on a Windows Vista-based computer
SYMPTOMS
On a Windows Vista-based computer, add-ins that are created by using Microsoft Visual Studio 2005 Tools for the Microsoft Office System Second Edition (VSTO 2005 SE) do not run in Microsoft Office
-
- COM addin adds over 10 seconds to Microsoft Word startup time
by J-Man577323
- 14 Replies
- Last post
by X4U
- I built an extensibility addin using the wizard in VS-2003 for Microsoft Word. When installed, it adds over 10 seconds to Word's startup time. Does anyone have any ideas on why this is happening The Excel addin I created does not have this problem.
The delay appears to come before the OnConnection sub is called. CPU usage is 0% during this delay.
-
- Detaching VSTO customization
by Steve 5656565656
- 11 Replies
- Last post
by Steve 5656565656
- Hello,
I have a Word 2003 document with VSTO customization. I want to be able to save this document with VSTO customization to a separate folder where the associated VSTO dll does not exist. When opening this newly saved document, I receive the 'Customization assembly could not be found..." message. I need to be able to strip away the VSTO customization from this document so the docume
-
- API to retrieve Address from outlook address book?
by Malleswar
- 13 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hi, Can any one guide me or provide the link to retrieve Address from outllok address book Thanks in Advance
-
- Is it possible??
by YaelS
- 1 Replies
- Last post
by X4U
- Hi, How could I uninstall my add-in that created button MyButton" in the outlook 2003 toolbar from MyButton event clicked Is it possible to reset toolbar I did in vs.net 2003 code:
Code Snippet
OnToolbarButtonClick(CommandBarButton cmdBarbutton,ref bool cancel) { Microsoft.Office.Interop.Outlook.Application applicationObject.ActiveExplorer().CommandBars["Standard"].Re
-
- Adding InfoPath Form as Mail Attachment
by Kype
- 4 Replies
- Last post
by AmrendraKumar
- Hello, I try to add an InfoPath form as a mail attachment with vsto. I create my mail with this code : Outlook.Application outlook = new Outlook.ApplicationClass(); Outlook.MailItem Email = (Outlook.MailItem)outlook.CreateItem(Microsoft.Office.Interop.Outlook.OlItemType.olMailItem); Then I try : Email.attachments.add() but : 1) I don't know how to get the form. Should I use thisXdocument 2
-
- Deployed Excel Add-in doesn't load
by A. de Winkel
- 2 Replies
- Last post
by A. de Winkel
- The below I pasted from my upload on http://www.microsoft.com/office/community/en-us/default.mspx dg=microsoft.public.excel.programming&mid=1d13e6bc-4cc9-41ae-9744-2b32bc20a267 As this is the first VSTO-Office Add-in I try to deploy I haven't a clue why things doesn't work. The Add-In does install into the directory I expected, but simply doesn't load into Excel! (I see now a thread "Mys
-
- Outlook 2007 Web Browsing Add-in
by Ryan Muldowney
- 3 Replies
- Last post
by X4U
- I am trying to develop an add-in for Outlook 2007 which is essentially a web browsing add-in. The basic workflow is:
1. Select a folder listed under Inbox\Mail Folders
2. A list of websites appear as mail items would
3. Select one of the mail items to pull up the site in the right frame
The purpose of this is to be able to navigate a portal system from within Outlook. It seems pret
-
- Binding Repeating Nodes to a Database in Word
by Jake Reynolds
- 3 Replies
- Last post
by Mike Walker
- Can anyone inform me of some best practices on how to bind repeating XMLNodes to a dataset I just want to be able to display a field in a database inside of XMLNodes mapped into my document. Some of these may be variable in amount depending on the amount of rows returned. The XMLNode host control is easily bound but what options are available to bind data to repeating nodes Do I have to manually n
-
- Problem with installation
by Rabbitsoft
- 1 Replies
- Last post
by X4U
- Hello, I have problem with Tools for Office SE. When I try to create some project in Visual Studio with Tools for Office I get message, that I should install 2003 with SP1. I was doing: 1. I had office 2003, I upgraded to 2007 trial, but Visio and FrontPage was not upgraded. 2. I removed trial and bought and installed full version of 2007 also without Visio and FP. 3.I tried few times reinstall To
-
- Newbie Question VSTO v. VS 2005 Pro
by Veloz
- 3 Replies
- Last post
by Cindy Meister
- Hi there We have been using Visual Studio 98 for an old, but important tool in the company. That application used Automation to start Excel and add worksheets and data. Now we will be rewriting this applications with VS 2005 in C#, and I'm trying to understand how to achieve the same kind of interaction with Excel. What are the ways that one can interact with Excel via VS 2005 and in .NET Is it s
-
- Use VSTO for synching without outside apps?
by Jason Honingford
- 5 Replies
- Last post
by Sue Mosher - Outlook MVP
- My goal is to synch contacts and maybe appointments/tasks with Outlook with a separate application. Question: Is it better to write a plug-in that needs to be installed on Outlook on everyone's machine, or make the application communicate with Outlook from the outside From the outside I've been trying out "Microsoft Outlook 12.0 Object Library" but it is extremely slow to parse through
-
- Send current item not working - Code provided
by Rafael1119
- 2 Replies
- Last post
by Rafael1119
- The code below worked fine until I introduced the ArrayList functionality. Basically, what I want to do is test each recipient and retain only the ones that match a certain keyword. I looked arround and the ArrayList seemed to do what I wanted and while it does, some how my Appointment item won't send the update message.
VSTO 2005 and Outlook 2003 Pro
Dim myItem As Outlook.Appoin
-
- VSTO, ActiveX, and Powerpoint
by madMax4687
- 2 Replies
- Last post
by Geoff Darst - MSFT
- Is it possible to create an ActiveX control to embed into powerpoint for interactivity and create it using VSTO/C#
-
- Word 2007: How to determine the paragraph ID/section ID/ font type at the current cursor location using VSTO 2005 SE
by vsto-newbie
- 2 Replies
- Last post
by Martin Sawicki - MSFT
- Hi, I need to write code that will fire events when the user switches paragraphs/sections and changes the font face/changes the style etc on a Word 2007 document. Any suggestions
-
- Use Outlook 2003 to send meeting request using c#
by mafiaboy
- 14 Replies
- Last post
by mafiaboy
- Please help me I must send mail by c# and visual studio 2003 so i can't use VSTO for 2005 and also can' t use some tool that require liences.
And more importance I must use COM by way access to Outlook 2003 to send mail.
I got it but the big problem is ... security .. warning messages that i need access then mail will delivery +_+ it is big problem. So anyone here can help me. I research ab
-
- NewInspector no longer fires after UI involvement
by welikeike
- 5 Replies
- Last post
by Veludo
- Anytime I invoke MessageBox.Show() or [custom form].Show() or [custom form].ShowDialog(), the ThisAddIn.Application.Inspectors.NewInspector event no longer fires. Is there any easy fix
9/5/2007:
This is a general problem that can be easily reproduced in several different ways but I'll include a simple example.
Code Snippet
public partial class ThisAddIn
{
p
-
- Newly Added Document is NOT the Active Window
by pKulandrei
- 13 Replies
- Last post
by pKulandrei
- Hi everyone,
I created a add-in for Word using vsto. I got a form that show to the user and when a buttoon on that for was clicked, the add will add a new document using this.Documents.Add(<params>). The new document was successfully created but it was not the active window. The first document when I opened word was still the active window. I'm using Document.Activate() to make the ne
-
- How to find runtime properties in Word Dialogs?
by pnp
- 4 Replies
- Last post
by pnp
- Hi I have a small problem. I am making a small tool that can help change a Word document, e.g remove header/footer, change custom properties and search/replace a list of keywords. I would like this tool to be able to search/replace both automatic and interactive. In the interactive mode, the most natural would of course be to use the word Search and replace dialog. But.... I can't figure out t
-
- VSTO, ActiveX, and Powerpoint
by madMax4687
- 2 Replies
- Last post
by Geoff Darst - MSFT
- Is it possible to create an ActiveX control to embed into powerpoint for interactivity and create it using VSTO/C#
-
- How can I put data in Word Documents???
by Galoleins
- 5 Replies
- Last post
by Cindy Meister
- I'm working in a Windows Project (using Visual Studio .Net 2003), the goal that I have to reach is to put data, (that is taked from database) and put them in a Word document.
The problem that I have is that I'm NOT working with Visual Studio Tools For Office, instead of that, I'm writing code.
A good example of what I'm trying to do is the following link: http://www.codeproject.com/csharp/Si
-
- Iam merging lot of word documents into one single document and atlast doing a pdf
by prasad_8104
- 4 Replies
- Last post
by prasad_8104
- Hi,
My problem while doing this is,
first i will tell what i use,
i use range.insertfile command to insert all the file into my template document
while doing so the documents that i am inserting are lacking their orginal alignment ,some justified ,are changed to left aligned like that
what should i do to keep the target file contents alignments same as the source files
-
- Dynamically creating Excel Sheets and Charts from .NET 2.0 App
by udooz
- 2 Replies
- Last post
by udooz
- Hi,
We are developing a reporting application for our company internal purpose. For this, the application fetches various types of data from different data sources and accumulate these into its local data source.
Based on the data, it has to generate report for various formats for selected periods. The report would be prepared based on the number of products selected by the user.
-
- how discover macros programatically?
by Freitas
- 3 Replies
- Last post
by Cindy Meister
- Hi all,
I need to open an office document and discover macros inside of it and extract macro content(source code) as well. Does anyone knows how to do it Is there any VBE class that can help me
thank in advance.
Freitas.
-
- Drop downs in excel 2007
by Dhruvan
- 7 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hi, I am not sure whether this question has already been asked in the forum. I have a drop down which I am populating from my code in Visual Studio. I have a "display value" which I am providing as the item in the drop down. I also have a "store value" which is again a string and which I need to be stored along with the display value in the drop down. I thought of converting i