-
- No Excel Workbook template (only Excel Add-in template) in Vista?
by DarkAeon
- 1 Replies
- Last post
by Richard Cook - MSFT
- I've just installed VSTO 2005 SE both on my Windows XP and Windows Vista. When I start a new project, there are differences between what both machine have for it's template. My windows XP version does not have any Add-in templates (only workbook templates) while my Vista machine does not have any Workbook templates (only add-in templates). Both uses the same installer to install VSTO.
My XP
-
- Word MAil Merge Automation (MailMerge.execute)
by c_shah
- 5 Replies
- Last post
by Cindy Meister
- In the following code If I use WordDoc.MailMerge.Execute() it opens up another documet named FormLetters,
Question is what's use of WordDoc.MailMerge.execute
Private Sub DoMailMerge() Dim WordApp As New Word.Application Dim WordDoc As New Word.Document
Try
WordApp.Visible = True
WordDoc = WordApp.Documents.Open("c:\mydoc.dot") ' Template no merge inside this do
-
- How to merge 2 Word docs, and also 2 Powerpoint presentations?
by Neal Hudson
- 8 Replies
- Last post
by Cindy Meister
- Hi,
Not sure how to go about doing this one:
I've got 2 word documents that I want to merge into 1 document programmatically, using .NET - any thoughts
I also need to do the same for 2 Powerpoint presentations
Thanks
-
- Printing Word docs closes my VSTO template
by John Simons
- 6 Replies
- Last post
by John Simons
- I'm using Microsoft Visual Studio Tools for Office, and I have the following problem: If I create a new Word Template project (Visual C# | Office | Word Template) and then press F5 to start it up, it all works and MSWord2003 starts up as expected. But then if I right click on any existing Word doc file (no VSTO) and select Print from the context menu, my VSTO Template closes unexpectedly. I wonder
-
- Force Actions Pane to refresh itself after running command on ribbon?
by kewpcg
- 6 Replies
- Last post
by kewpcg
- I think I'm missing a fundamental concept ... could anyone help point me in the right direction
I have a VSTO Add-in for Word 2007. It sets up a ribbon and an actions pane for my application.
Given the following scenario, I am at a loss for how to get the actions pane to refresh/update:
1. User opens a document and actions pane is shown. At this point, the various controls ar
-
- Problem using ServerDocument.AddCustomization
by Divermarv
- 4 Replies
- Last post
by Divermarv
- Ok, here's the situation. I am creating a system modeled closely to this:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/odc_vsto2005_ta/html/OfficeVSTOBenefitsRegistration.asp
I am at the point where I am adding the customization to an uploaded word document. But I'm getting an error, and I can't make sense of the error, so I can't proceed to fixing it. I hope someone here
-
- Error loading VSTO project
by Skapol
- 3 Replies
- Last post
by Misha Shneerson - MSFT
- Hi All,
I have a VSTO Addin I created with VS2005. The Addin was installed on Windows 2003 Server with SP1 & Office 2003 with SP2.
The Addin worked for a few months. Now, when the client tries to run it he gets "Office document customization" error (see snapshot).
http://img403.imageshack.us/img403/4074/vstoerrlr7.jpg
I got the message error by setting VSTO_SUPPRESSDISPLA
-
- How to add event handler on Custom Form
by abhimanu
- 13 Replies
- Last post
by X4U
- I have created a custom form that hold a button that will help me to retrieve the contact details of the person.( My implementation of Address Book)
I have customed New Message form under IPM.Note and added a new button .
How to add a event handler for the button using c# .
I have saved the form with .oft extension.
Thanks in advance
-
- How To List Worksheets of an Excel File in C#?
by IBRAHIM ERSOY
- 12 Replies
- Last post
by waeldief
- Hi,
i have been dealing with it for 3 hours and couldnt figure out how i can list the worksheets in c#
is there anyone who had solved that thing,if theres can he/she tell me how can i do it
Thanks a lot...
-
- Insert a .NET pane inside a Word Window
by TSalm
- 3 Replies
- Last post
by TSalm
- Hi all, We need to add a .NET Form using a Word application. And we think about a pane inside the Word application... Is there a way to add a panel with a .NET Panel inside a Microsoft.Office.Interop.Word.Application Thanks in advance for any help, TSalm
-
- Disable VSTO toolbar when cell is being edited
by sameera
- 4 Replies
- Last post
by sameera
- When you start typing in on a cell, Excel 2003 disables some standard toolbar buttons. How can I achieve the same effect for my VSTO toolbar buttons. I've looked for an event such as ThisWorkbook.CellStartEdit, but there seem be be none that matches what I'm looking for.
Thanks.
-
- Fill in outlook appointment from dotnet application
by zaabdullah
- 8 Replies
- Last post
by David Hernandez Diez
- Hi
I have dotnet 2005 application.I want to fill appontment from my customer data programaticaly.If any one can help on this please.
Zaabdullah
-
- Outlook folder and InfoPath forms
by Diego Gonzalez
- 1 Replies
- Last post
by Misha Shneerson - MSFT
- Hi,
I have a public folder in Outlook and it's type is "Folder containing InfoPath Form Items". It's great that clicking the New button I can choose a form from the installed templates and create an instance into an Outlook folder.
Is there any chance that I can skip the Form selection per folder, so clickin the "New" button in for folder A will create an instance of form "A" and click
-
- Outlook Shared Addin With COM Shim Wizard
by Preeteesh
- 6 Replies
- Last post
by Andrew Whitechapel - MSFT
- Hi,
I am trying to build a simple Outlook Plugin. I Generated a C# code and coded a Hello Button for Outlook. After this i followed Steps to generate a COM Shim as told in http://msdn2.microsoft.com/en-us/library/aa537166(office.11).aspx
I got the COM dll registered and it came under COM Addin tab, I keep checking it to load but it never loads in outlook. Is there some
-
- Smart Tag dependency on .Net 1.1
by PeterVerster
- 1 Replies
- Last post
by vitv
- We are targeting Office 2003 with Framework 2.0 only on the machines. This presents a scenario where the Smart Tags does not load even when the CASPOL is set for Framework 2.0.
We have applied the solution as defined at
http://support.microsoft.com/kb/908002
however this does not seem to have any effect. I was however able to make the same code built on Framework 2.0 work in Office
-
- ThreadAbortException after programmatically closing a doc when >1 doc open
by simon mcinnes
- 3 Replies
- Last post
by Misha Shneerson - MSFT
- Hi,
We have a VSTO based Word app that gets into problems when we try to close a Word document programatically. At a certain point we call thisdocument.Close from within the customization project.
This works fine if only one VSTO document is open in Word. However if more than one VSTO doc is open then we get a ThreadAbortException raised. At that point our code will continue to run but Word
-
- C# COM server visible in Excel "Insert Object..."
by DAS1108
- 9 Replies
- Last post
by DAS1108
- Hi,
I want to create an C# COM server which will be visible at "Insert Object" in Excel. I found many examples how to create an C# class and use it from VBA. But what I have to do that I can insert such a C# class within an Excel sheet directly without VBA
Of course I need to implement some additional interfaces, but which ones and how in C#.
Thanks.
Daniel
-
- Can we use Office 12.0 object in our application without installing MS Office 2007
by TapasChoudhury
- 1 Replies
- Last post
by Saurabh Bhatia - MSFT
- HI Can we use Office 12.0 object in a application setup, without installing MS Office in the local machine. Suppose I created a setup which includes the Office 12.0 ojbect. Can this set up will work perfectly with all ofice ojject functionalities, in a local machine where MS Office is not there.
-
- outlook 2007 trouble...not sure if right forum?
by Anonymous574506
- 1 Replies
- Last post
by X4U
- so im using outlook 07 and tried sending an email with an attachment a few days ago. problem is, it still won't send the email, it just sits in the outbox and keeps saying "preparing to send/receive." now i can't delete the email at all! so all that happens is it slows down my outlook everytime i open it up. any ideas/solutions thanks!
-
- Performance/Display issues with Windows Forms
by kewpcg
- 5 Replies
- Last post
by X4U
- I have a VSTO Add-in for Word 2007. It contains several windows forms - some small with few controls, some quite large with numerous controls.
I have noticed two problem areas in testing my application, and hoping someone might have some suggestions:
1. When the form is displayed (using ShowDialog), it paints slowly - so you can see it "constructing" itself momentarily. In
-
- Delete Attachments from .msg file
by KiranZee
- 1 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hi
How can I delete attachments from .msg file
I am trying with interop.outlook dll but
Office Security Dialogue poping each time the message is about save
Pls let me know how to avoid this dialogue.
Code is as below
===
string fileName = "D:\\TestMSG\\Test1.msg" ;
Microsoft.Office.Interop.Outlook. Application conApp = new Microsoft.Office.Interop.Outlook. A
-
- Copying range into new worksheet NOT as image
by robotjesus
- 4 Replies
- Last post
by Dennis Wallentin
- I'm trying to copy a range from a VSTO excel worksheet into a new, external, non-VSTO worksheet using PasteSpecial. If I try to copy and paste a range from the VSTO worksheet into the new worksheet the range gets copied as an image, whereas if I copy and paste a single cell, the cell copies as one would expect - i.e. as cell data and formatting and not as an image.
Is there any way to copy
-
- iTunes and VSTO SE plugin = unhappy situation? Sometimes!
by LastHope
- 3 Replies
- Last post
by Lil'Monkey
- Hi, I've been searching for something like this in the forum, and I've found just one concluding post...so I'd like to understand better. Is it possible that iTunes may not load correctly a VSTO SE plugin Iive just received this bug request: https://sourceforge.net/tracker/ func=detail&atid=758187&aid=1699687&group_id=144247 Any ideas Thank you LastHope
-
- Create MsProject File in server and export it to Client using ASP.net
by FilipeInacio
- 1 Replies
- Last post
by Cindy Meister
- Hi,
I need to create a MsProject file in a Asp.net page and export it to the client.
The data for the project file is in two objectdatasources, I'm combining them to create the tasks and now i want do send it to the client.
I've tried Response.BinaryWrite(buff) but i can't get the data in a binary format.
I'm using also Sql Reporting services, and in those i have a way to e
-
- Outlook. Item not read when reopen
by Yurgis
- 7 Replies
- Last post
by Yurgis
- Why item's properties don't read when reopen item
After open, properties wich changed on server, are wrong.
(Sorry, for my English)