-
- Issue with launching Word 2003 XML (WordML) documents with Word 2007 Beta 2 & VSTO 3 CTP
by Aravind Sundaresan
- 8 Replies
- Last post
by Laurent Kempe
- Hi ¨C
We had developed a Word 2003/VSTO 2.0 assembly that provides custom features that are consumed by WordML documents.
When we tried to migrate this solution to Word 2007 Beta 2/ VSTO 3 CTP, we get the following error during build:
C:\Program Files\MSBuild\Microsoft.VisualStudio.OfficeTools.targets(96,9): error : An error occurred while attempting to persist the data. Th
-
- easier for vsto, c# or vb net ?
by longinos
- 1 Replies
- Last post
by Cindy Meister
- Sorry for this question, It's not intended to start a fight,
I have to take a choice, between learning vb net or c#,
The project that I want to make is a web site, and I'm going to be doing some interaction with office, mostly excel reports,
I still don't know how yet, I already read several ways of doing it, and I still don't know how,
But just in case I would have to do com automatio
-
- Can't get Wordeditor property from the Inspector.Activate event in the Outlook07
by Peter.Zhao
- 7 Replies
- Last post
by Misha Shneerson - MSFT
- Hi!
I created an outlook-addin for the Outlook 2007, and I tried to get the word editor property from the Inspector.Activate event, it works well in the normal cases.
But if I open a new outlook, then double click an email under the "Draft" or the "Inbox" folder, I found I can't get the Wordeditor property in the Inspector.Activate event!
And I have
-
- Missing Office Node Under Project Types Tree in New Project Dialog Box
by Job Lot
- 7 Replies
- Last post
by Robert Green
- I am using VS2005 Pro Ed and have recently installed SV2005 Tools for Office System on my machine. I need to create an office project based on word document template, but when i create a new project i don't see Office node under Visual C3 or Visual Basic node. What am i missing here
Please help. Thanks
-
- Excel Retrieve Worksheet Modified and Created Dates
by ParadigmAPC
- 4 Replies
- Last post
by ParadigmAPC
- How would you retrieve a worksheets Modified and Created Dates I cant seem to find a method or property that points to them. Thanks
-
- Outlook: MAPI fields versus User Properties
by MauricioUY
- 14 Replies
- Last post
by Ken Slovak
- Hi,
I want to improve an outlook addin which is using mapi fields (a lot) and this is generating abnormal behaviors in outlook, so now I'm in doubt to quit all use of mapi fields fo User Properties but I need some recomendatios or comments about using "mapi fields vs user properties" (or viceversa).
Thanks,
Mauricio.
-
- Getting datapiont values from Excel Chart
by Rominall
- 1 Replies
- Last post
by Cindy Meister
- I have a chart with X number of series and for each series I want to color the bar/column red if <0 and green if >= 0.
What I thought would work is
For i = 1 to NumSeries
SerVal = Activechart.Seriescollection(i).value
If SerVal <0 then
With Selection.Interior .ColorIndex = 3 .Pattern = xlSolid End With
Else
With Selection.Interior .ColorIndex = 10 .P
-
- Document level customization slow loading time
by SteinerA
- 6 Replies
- Last post
by SteinerA
- Hi
We are facing serious performance issues with document level addins for Office 2003 and VSTO2005.
It take very long time for word to START loading the customization assembly (in some cases, even up to 2 minutes)
I have been reading some posts on the subject and we have been following MSDN best practices and recommendations as close as possible.
Especially followed thi
-
- getting content from excel in Visual Studio
by austxcara
- 2 Replies
- Last post
by Dennis Wallentin
- Hi, I'm creating a software applicaition in Visual Studio using C#. I need to read/write to an excel spreadsheet. Can I get some ideas on how best to do that without opening the excel file.
Thanks,
austxcara
-
- MAPISendMail returns the MAPI_E_FAILURE error
by Nambi580180
- 1 Replies
- Last post
by Eric Schnepp - MSFT
- Hi,
I have used the MAPISendMail to send the mail through default mail client. My default mail client is OUTLOOK 2003. When OUTLOOK 2003 is not opened the mail is going fine. If it is opened the MAPISendMail is returning the MAPI_E_FAILURE error. I created the new session also. But still it is returning the MAPI_E_FAILURE. Can anyone help me. Thanks in advance.
Nambi.
-
- Create a VSTO solution that works in Word, Excel, PPT?
by Savraj
- 1 Replies
- Last post
by Cindy Meister
- Hey everyone! I hope you're well and in high spirits. Here's a quick question:
What's the best way to create one VSTO project that installs in Word, Excel, and PPT 2007
The old Shared-Add-In Wizard made this easy--I just checked the apps I wanted. That was pretty neat. Any suggestions for how to acheive this with VSTO 2005 SE
Thanks!!!
-Savraj
-
- Issues with SHDocVw & Word Documents
by Milby7007
- 2 Replies
- Last post
by Douglas H. Troy
- Hi,
I'm writing a c# app that uses the web browser control to display word documents. Although i had to build the menus myself by enumerating through the Word documents CommandBarControl's it looks pretty much perfect. However there seems to be a BIG problem with the web browser control (either using the wrapper shipped with .NET, or the COM library shdocvw.dll) as the moment you open either 2
-
- VSTO 2005 SE
by Danish Tehseen
- 2 Replies
- Last post
by Danish Tehseen
- I installed
MS Office 2007 including PIA 2007
Visual Studio 2005
VSTO 2005 SE
on my computer. When i create Outlook Addin project in Visual Studio 2005 i get the following message.
"Microsoft Office Outlook 2003 SP1 or newer is not installed on this computer. You must install a version of Microsoft Office Outlook 2003 that supports Microsoft Visual Studio 2005
-
- Missing Office Node Under Project Types Tree in New Project Dialog Box
by Job Lot
- 7 Replies
- Last post
by Robert Green
- I am using VS2005 Pro Ed and have recently installed SV2005 Tools for Office System on my machine. I need to create an office project based on word document template, but when i create a new project i don't see Office node under Visual C3 or Visual Basic node. What am i missing here
Please help. Thanks
-
- Range.get_Information() always throws an exception
by tekanary
- 6 Replies
- Last post
by tekanary
- I am using VS 2005 on WinXP SP2, with Office 2007. I am trying to build some build some simple applications
to modify Word documents that are in Word97-Word2003 format. I am using Eric Carter/Eric Lippert's
Visual Studio Tools for Office as a reference.
Microsoft.Office.Interop.Word , the Word 12.0 library is version 8.4.0.0
Microsoft.Office.Core is version 2.4.0.0
I wanted
-
- How to hide Gallery label
by jaz
- 2 Replies
- Last post
by jaz
- Hi all, I am new to VSTO and I am trying to create My own tab for Word..(using XML ) My Question is How can I hide the label of a Gallery control.. Hi tried <gallery idMso="Undo" showLabel="false" /> But it s not working (show the Undo Label with Undo icon) I want only the icon thanking you in advance jaz
-
- Automating Saving Data from a Word Form
by Blinocac200sx
- 9 Replies
- Last post
by Blinocac200sx
- I am working on an inspection form in Word, and we need to extract data from the forms, after they are filled out. We'd like to make this process as user proof as possible by simply putting a save button at the bottom of the form that will automatically save the data as comma delimited text in a specified folder with a specified seriel name. Can anybody point me in the right direction for doing th
-
- File Search in VSTO 2005
by Mohan Kumar Karunakaran
- 1 Replies
- Last post
by Dennis Wallentin
- Hi,
I would like to know the equivalent code for the below in VSTO. I want to search for "*.jpg" file and like to populate in a listbox control. In help, Filesearch is under the "Mi crosoft.Office.Core" assembly. But I could not get the thing right. Please advise.
Dim fsoFileSearch As FileSearch
Dim varFile As Object
Dim i As Integer
fs
-
- 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
-
- Problem copying a worksheet to another workbook in Visual Studio 2005
by prem1984
- 5 Replies
- Last post
by Dennis Wallentin
- Hi
I am having problem in copying a worksheet from one workbook to another workbook any help will be highly appreciated. my code is as follows:
Dim oexcel1 As Excel.Application
Dim oworkbooks1 As Excel.Workbooks
Dim oworkbook1 As Excel.Workbook
Dim oworksheets1 As Excel.Sheets
Dim oworksheet1 As Excel.Worksheet
Dim oexcel2 As Excel.Application
-
- Does not install shared Add-in (for word, excel) on end user system
by pintu17
- 9 Replies
- Last post
by Ankur Soni
- Hi,
I have created plugin for word and excel through .Net 2.0 Shared Add-in and it work correctly on development evenvironment. But when i created setup and install on end user system then it does not work. even i have installed following setup:
1) Net Framework 2.0
2) WindowsInstaller3_1
3) O2003PIA.MSI
4) vstor.exe
5) Office SP1
Note: End user Sys
-
- Problem with ActiveX control and msoBarRight/Left
by broxking
- 1 Replies
- Last post
by eug1
- Hello everyone,
I have following problem using VSTO and C# to create Word 2003 application level addin:
When creating a new commandbar item with position msoBarRight or Left the ActiveX control is simply not visible.. when I drag the commandbar to make it floating or attach it to Top or bottom panel it is visible but on the left and right it simply dissappears. I think it is the prob
-
- Updating Ribbons
by Jim_Fort_Worth
- 5 Replies
- Last post
by Cindy Meister
- I been reseraching and developing cutom Office Word and Excel ribbons for an application but haven't figured out how to implement updating my cutom ribbons based on the context of what the user is doing. Is there documentation on how to do that or does one go back to using the Office object model Is the use of multiple XML used to define the ribbons based on context
-
- VSTO Excel
by wikus13
- 2 Replies
- Last post
by Mary Lee - MSFT
- When I create a new project I only have 2003 add-ins and 2007 add-ins, no workbook option under office.
Please help
-
- Outlook 2007 Mobile Service - GetUserInfo and SendXms input parameters are allways null...
by Jonas Folles&#248;
- 4 Replies
- Last post
by Misha Shneerson - MSFT
- Hi,
I¡¯m currently implementing a ¡±Outlook 2007 Mobile Service¡± provider. This is one of the new features in Outlook 2007 that enables third parties to implement an web service to handle SMS and MMS messaging, alterts etc.
There isn¡¯t much information available on the subject, except from an excellent MSDN article from Microsoft: http://msdn2.microsoft.com/en-us/library/bb27