| Thread | Last Post | Replies |
|
| Deployment of Outlook 2003 Add-in using VS2005 SE | 30 Jan 2007 15:46 GMT | 2 |
I have built a custom add-in for Outlook 2003 using VSTO 2005 SE. The add-in runs fine on the development machine when I run it from the IDE. The add-in fails to load when I run the setup project. I have some questions/issues in relation to the Setup project.
|
| Application.StartupPath Question in VSTO 2005 | 30 Jan 2007 12:50 GMT | 3 |
I have used VSTO 2005 to create an Outlook 2003 add-in which depends on a custom template (*.oft). In my setup project, I have kept the default installation folder for the add-in to [Program Files]\[Company Name]\[Product Name] and therefore the
|
| How to get Office Projects available on Visual Studio Pro | 29 Jan 2007 18:53 GMT | 3 |
I have installed VSTO 2005 on top of "Visual Studio 2005 Pro" and have only access to "Add-in" projects for Office. Is there a way to have access to Office (Word, Excel,...) Projects from "Visual Studio 2005 Pro" ?
|
| Adding a xlXYScatter serie to a chart | 29 Jan 2007 15:52 GMT | 1 |
I need to add a chart with a number of xlXYScatter series to a sheet. I have been able to add the chart with a serie but I cannot find out how to add the X and Y range the Schatter serie needs. The range is in 2 columns that are not next to each other.
|
| Exception thrown when re-activating an embedded OLE object (Word 2 | 27 Jan 2007 12:00 GMT | 1 |
I have added a chart to a document (Excel.Chart.8) using the Range.InlineShapes.AddOLEObject() interface. The chart happens to be inside a content control. After saving and re-loading the document I then wish to programatically modify the chart. If I attempt to access it using ...
|
| C# hiding events? | 26 Jan 2007 10:26 GMT | 1 |
I would like to handle the Close event of Inspector but so far I have not had much luck. It seems the event is not available in C#? I have seen VB.net samples using WithEvents to handle Inspector.Close but how do you register with this event in C#?
|
| Show form at new document creation word | 25 Jan 2007 08:03 GMT | 2 |
I Have created a small Office Com Addin in VB.Net (VS 2005). I now try to show a simple form as a user opens or creates a new word document but I can not find any example. Could anyone help me a little bit?
|
| Outlook Snippets | 18 Jan 2007 23:07 GMT | 1 |
This is from readme file for Outlook snippets (VSTO-OutlookSnippets.msi) System Requirements Your system must meet the minimum requirements for the Microsoft Visual
|
| Need help with powerpoint footer replacement with C# Office Automation | 17 Jan 2007 19:57 GMT | 1 |
This is an office automation project. I am currently working on a document control project tracking powerpoint, word, and excel documents. The documents are required to have a specific style of footer as mandated by an organization that has
|
| How to retrieve SMTP address from an EXCHANGE address ? | 15 Jan 2007 15:28 GMT | 1 |
I'm developing an Outlook Add-in with VSTO (C#). When I try to get the email address of the current user, I retrieve a string like this that represents the email address: /o=ORGANIZATION/ou=Sede/cn=Recipients/cn=USERNAME
|
| CommandBarComboBox problem: Text lost when combo box lost focus | 15 Jan 2007 15:20 GMT | 1 |
I have a toolbar that contains textbox (msoControlEdit) object. when i write something in textbox, then change the cursor location another place, the text has been lost. But after writing, if i press "Enter",
|
| Creating an Excel document on a web server | 13 Jan 2007 08:28 GMT | 2 |
I want to create an Excel document on a web server that may be downloaded by the end user. I've read that its not recommended that Excel components be used on a server and there are licensing considerations.
|
| VSTO 2005 SE: Problems accessing Globals object (or Session)... | 10 Jan 2007 20:14 GMT | 5 |
I'm facing once again a new problem with my VSTO development :( I need to access the Application.Session object from a window, and I'm unable to, because my Globals.<nameofmyaddin> is refusing to return anything other than null :( In the main addIn class, this very same line ...
|
| Problem with .Net 3.0 and VSTO Projects | 09 Jan 2007 15:24 GMT | 1 |
I've recently installed .Net 3.0, which is obviously what it is... WCF, WPF etc etc... .Net 2.0 shouldn't be affected... However, now when I create a new VSTO Project, Excel for example, the reference to the Microsoft.Office.Core.dll is not available, which is
|
| VSTO SE PowerPoint 2007: Image path | 09 Jan 2007 15:08 GMT | 1 |
I'm making an addin for powerpoint 2007 in C#. I would like to know if it is possible to get the path of the image included in a shape (like background or a shape of the image type). Thanks for your answers.
|