-
- Document Designer
by Geo V
- 1 Replies
- Last post
by Daniel Molina - MSFT
- I am using VSTO 2008 beta 2 team suite version. when I start a new office 2007 Excel Addin the document designer does not appear. Office 2007 installed on the PC- professional. Also installed VS 2005 on the PC. any thoughts on this issue
-
- VSTO Installation Requirements for Office 2007
by Douglas E. Johnson
- 5 Replies
- Last post
by Douglas E. Johnson
- I have Visual Studio 2005 installed. Must I purchase a copy of VSTO
2005 to develop projects for Office 2007 OR is the free download of
VSTO SE enough
My primary need is for data programming for Excel and perhaps Word.
Thank you.
-
- VSTO 2005 Visual Studio 2005 Office 2007 Office 2003
by DaveB62366
- 5 Replies
- Last post
by Douglas H. Troy
- Hi,
I have Visual Studio 2005,VSTO 2005, Office 2003, Office 2007 installed.
I did not upgrade Office 2003 to 2007. Both are operational.
Does anyone know if it's possible to have Visual Studio 2005
use the Office 2003 PIA's by default, instead of the Office 2007 PIA's
I'd like to have Office 2007 installed but have Visual Studio 2005 use Office 2003 for Office development, INSTEA
-
- OutLook Signature
by mchuc7719*
- 8 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hello to all,
I need to create an OutLook Add-in, this Add-in need to create a .html file in the location where the signature files are stored.
Now my outlook addin create the file in the location.
My question is, is posible programatically set as default OutLook signature my .html file
I apoligize my english.
Best Regards.
-
- Addin of Excel 2003?
by Malleswar
- 3 Replies
- Last post
by Cindy Meister
- Hi, I have created VSTO addin for Excel - 2003 to add buttons. Every time when I run my application it opens the Excel. Event with word and powerpoint also the same thing happens. but I dont want to open that when run the code. I just want to add the buttons with out opening the application. Can any one please guide me Thanks in Advance
-
- how to deploy and auto update a word addin written by vsto 2005
by dollargetdollar
- 4 Replies
- Last post
by Denis Pitcher
- I have written a word addin by vsto 2005 and want to deploy to clients pc with office 2003 standard edition , I have tried to using a windows installer package to deploy (according to the method post here http://go.microsoft.com/fwlink/ LinkID=57779 ) it works, but how can i auto update the addin to the clients pc when I need to change
is there any method can auto update the addin to all clien
-
- Startup method in PowerPoint 2007 Add-in
by dophu
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hello, I am working on a PowerPoint VSTO add-in and notice that the add-in's startup method is sometimes called multiple times. This only happens in PowerPoint 2007. The repro for it is to launch a PowerPoint presentation from Windows Explorer shell, then launch the second one (and the third one). The add-in's startup method is called each time I launch a PowerPoint presentation. This is NOT the c
-
- Excel 9 PIA with Visual Studio 2005
by Gil Strauss
- 0 Replies
- Last post
by Gil Strauss
- Hello
I have a class library project and I'm trying to add a reference to Excel 9 com dll. The problem is that even though I can see the Excel 9 class library, when trying to add it, I'm getting a broken reference. (I can see the Interop.Excel.dll in my ob\release directory). Any idea why I am getting a broken reference
When compiling a web service I am getting an error says the Micro
-
- Office 2007 Add-in permission problem
by andriscs
- 14 Replies
- Last post
by mikeaerni
- Hi, I've written an Outlook 2007 Add-in with VS2005. When I used VS to deploy the add-in, everything was fine. Now I tried to deploy the add-in on a machine where no visual studio is installed. I're read this and I placed the dll file to a folder and got through the granting wizard of .Net 2.0 configuration. But when I tried to add my VSTO add-in via COM add-in browser, I got this message: <mya
-
- Outlook Addin won't start
by pnp
- 2 Replies
- Last post
by gjattili
- Hi
I have encountered a problem on one XP machine. It runs XP SP2, Office Pro 2003 and VSTO runtime 2005.
When I install my outlook addin created with VSTO the addin wont execute (or even start). The addin is installed with msi, and the assembly is added to the GAC at install time. A evaluation of the assembly in the .Net Framework 2.0 configuration util, also acknowledges that this has full
-
- Changing the query for a dataset
by Uncle Martin
- 0 Replies
- Last post
by Uncle Martin
- I discovered that I can access a query and query builder for a dataset by right-clicking on a dataset and selecting configure, which takes me to a TableAdapter Configuration Wizard.
I created a dataset and dragged it onto a spreadsheet. It included all of the columns I had selected, but I would like them to appear in a different order. I can drag the columns, but I wondered why they don't
-
- variable error
by msksurfer
- 4 Replies
- Last post
by msksurfer
- hi,
i'm trying to export data from datagrid to an excel file created by user. how i got the error if i use variable for the row and column index. however if i replace them with int, eg [1,2] it has no error. can anyone advise me on it. my code and error message are at below.
An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in mscorlib.dll
Additiona
-
- Outlook Add-in Distribution and CDO
by mkelly4ca
- 6 Replies
- Last post
by mkelly4ca
- I have created a VSTO add-in that uses CDO. It's installed with Windows Installer (following the directions at http://msdn2.microsoft.com/en-us/library/bb332051.aspx ). CreateObject("MAPI.Session") throws an exception "Cannot create ActiveX component". I've searched in vain for a solution, but all I can find are people suggesting that CDO isn't installed or registered, and that
-
- Question about MS Word
by Matt47517
- 3 Replies
- Last post
by LLD
- When I type in word, everytime I press space, or a tab, there is a dot or an arrow marking it. I cannot figure out what I turned on or how to get this off. It is very annoying so any help is much appreciated. It doesn't print or anything just shows on the screen. Thanks.
-
- Question regarding Addin Event Handlers
by WizKid730
- 9 Replies
- Last post
by Sue Mosher - Outlook MVP
- Assuming this sample code line....
This Adds an Event Handler to the Item Reply
((Outlook. ItemEvents_10_Event )currentlySelectedMailItem).Reply += new Microsoft.Office.Interop.Outlook. ItemEvents_10_ReplyEventHandler (my_Reply);
This handles the Event and removes the Event Handler
void my_Reply( object Response, ref bool Cancel)
{
if (Response is Outlook. MailItem
-
- Save excel in IsolatedStorage
by goPlayer
- 5 Replies
- Last post
by goPlayer
- Hello I want to pilot Excel
from C# and use Workbook.SaveAs method. The destination folder is in
IsolatedStorage, so I don't have a path, but rather an
IsolatedStorageFileStream. How do I proceed Any code sample would be
appreciated. Perhaps you want to know why I would like to do this. It's because I'm importing excel data to my app and I have a handy CSV importer function ready. IsolatedStor
-
- Use of icons out of ribbons
by Fabio GRANDE
- 8 Replies
- Last post
by Misha Shneerson - MSFT
- Hi all.
I've seen that, in ribbon's xml files, it's possible to specify icons by name, using the "imageMso" tag.
I'm wondering if I can use the same icons names for filling an imageList control....
TIA
FabioG
-
- differentiating emails in sent items and inbox
by Bassem Murad
- 6 Replies
- Last post
by Bassem Murad
- Hello all,
im developing an outlook plugin that sends emails data to a DB when a button is clicked. i need to fnd a way to differenciate the emails in the inbox and sent items. The problem is the plugin will be used on outlooks that run with different languages. do i cant rely on the the folder name because of the outlook language is not english, sent items' name wont be the same.
an
-
- Word Automation: Inserting AutoText in a document fails
by deyan.ginev
- 3 Replies
- Last post
by Cindy Meister
- Hello, guys!
I am writing a wrapper class library for some of the main objects of the Word Automation API and need to provide some functionality to the user to display the current page number in a document at a specific location on the page. Using the Macros Tools in Word, I found out how it is done in VBA and managed to translate it into C# code:
//Getting th
-
- Debugging deployed Addin
by volker.katz
- 3 Replies
- Last post
by volker.katz
- Hi, I worte my first Excel 2003 Add-In using C# and VSTO 2005 SE. After a lot of fun with creating an installer, my own Toolbar appears in Excel on my test machine. On this machine is .NET2.0, vstor and PIA2003 installed. Furthermore MSXML 6.0 which I used for creating some webservice-calls. For creating the installer, I followed this articel: http://msdn2.microsoft.com/en-us/library/bb332051.asp
-
- Saving excel as an image file
by Mablao
- 6 Replies
- Last post
by Geoff Darst - MSFT
- Anyone knows how can I save an Excel file to a image file (.gif or .jpg ) using VSTO
Note that, I want to export the entire worksheet (there are no charts in it).
Thanks.
-
- Developing for both 2003 & 2007 with VSTO 2005 SE
by Brad Smith
- 9 Replies
- Last post
by Andrew Whitechapel - MSFT
- Okay, maybe this is a stunned question, but I want to make sure I'm crystal clear before I head too far down the wrong path. I did a search, and I understand all but one thing... I want to make an add-in for both Outlook 2003 and Outlook 2007. I *do* understand that the best (only ) approach is to make a "stub" add-in for 2003 and another "stub" for 2007, and have them each cal
-
- Shortcut Key for excel addin
by Mohan Kumar Karunakaran
- 13 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hi,
Is there anyway to assign a shortcut key for the procedures I have created in excel addin using VSTO 2005 SE. I have designed ribbon for these procedures and I would like to access it with shortcut keys like Ctrl + Alt + B or Ctrl + Shift + R
I can assign keytip in ribbon.xml file but it uses Alt combinations and not easily accessible also for custom created procedures. I would l
-
- Word - Cursor Position
by pedrocha
- 8 Replies
- Last post
by Roman Benko
- Hi, I'm trying to get the cursor position after the last typed character in a line, using the code: Range range1 = this.Application.Selection.Range; but the returned Range has wrong values! for example: Text: aa| (pipe is the cursor) range1.Start -> 130 range1.End -> 130 I think the problem is that the document need to be update. But how can i do that Bye, Thank you, Pedro Rocha
-
- Word 2007 to RichText programatically
by dunmatt
- 3 Replies
- Last post
by Cindy Meister
- I'm trying to get word formatting to play nice with rich text formatting in two contexts.
1) A winforms app that has a RichTextControl that needs to move text to and from Word 2007 with simplistic formatting in tact (nothing more complicated than an ordered list and perhaps a nested unordered one).
2) An ASP page that populates a rich text control with formatted data from a .doc blob (not su