| Thread | Last Post | Replies |
|
| Deploy VSTO Oulook Addin to multiple user profiles | 21 Mar 2007 14:53 GMT | 2 |
All, I have an addin created with VSTO 2005 that works and installs just fine on my target computer. However, as soon as I login as a different user (on the same computer), the addin must be re-installed in order for Outlook to load
|
| tricky form close | 20 Mar 2007 17:49 GMT | 3 |
I have a form (fmMover) which is used as input for Sheet1. I am trying to lock it to this sheet only. If another sheet is selected, the form should hide or close. Possibly minimize to the taskbar. I have tried to use the fmMover.Close() in the Sheet1_DeActivate event but it won't
|
| Outlook & RSS | 17 Mar 2007 12:56 GMT | 3 |
Is there any way I can get notification of a new RRS item when it appears in a folder - and to then get hold of all the information within that item? At the moment I don;t seem to be even able to get a refernce to one of my RSS folders - they don't seem to be normal Outlook.Folder ...
|
| VSTO install on terminal server | 16 Mar 2007 13:01 GMT | 2 |
We have created an Outlook 2003 add-in using VSTO along with all the security requirements using the instructions on this site: http://weblogs.asp.net/mnissen/articles/427504.aspx We have tested the install on seperate XP Pro machines with no problems at
|
| Office 2000 compatibility of VSTO-generated doc | 15 Mar 2007 03:13 GMT | 1 |
Hello :) I recently had a discussion with a friend who explains to me that it was possible to use VSTO with office 2000. So I explore the Internet to see what exactly the answer is, and I am
|
| Performance Problem of VSTO | 14 Mar 2007 02:56 GMT | 1 |
Runtime environment: 2003Server/ VSTO 2005 Runtime + VSTO2005 Rutime SE / Office2003 + SP1 / .Net Framework2.0+Framework3.0 / .NET 2 My assembly My problem is that my word VSTO application with a custom action panel loads
|
| Deployment? | 13 Mar 2007 19:07 GMT | 1 |
I'm new to VSTO. Up until now, I haven't had to worry about deployment. I've just done the development. However, now I need to deploy and I wanted to ask what's the easiest way to deploy for only a handful of users (ie. only about 5 users will be using the Excel and
|
| Array problem converting from VBA to VSTO | 10 Mar 2007 04:06 GMT | 2 |
I am having an issue trying to convert this VBA code to VSTO compatibility. It is complaining about the =Array part. I am creating a sorting rule within excel to speed up sorting of an imported .csv file.
|
| VSTO and Outlook | 09 Mar 2007 23:25 GMT | 1 |
I'm writing an add-in for Outlook, but I'm not sure this is the way to go. I want to access a public folder and move the documents over to SharePoint. I've already gotten the code for SharePoint to work. I could use functionality out of the box, but we're on Exchange 5.5,
|
| getting items from a public folder | 09 Mar 2007 23:23 GMT | 1 |
I'm trying to go down through a public folder and look at each mail item. It's not working: try {
|
| Problem linking assembly to existing Excel file | 09 Mar 2007 17:39 GMT | 2 |
We are having a problem linking an assembly produced by Visual Studio 2005 to an existing Excel 2003 spreadsheet (.XLS) file. (The assembly is correctly linked to the Excel 2003 spreadsheet created by the Visual Studio 2005 project.)
|
| VSTO SE and outlook debugging problem | 08 Mar 2007 14:34 GMT | 2 |
Hi, I have VS2005 with sp 1 installed. I installed VSTOSE as I need to do a small interface with outlook. I have created an outlook 2003 addin application (vb.net). All I've done is put a message box in both start and
|
| Exception from HRESULT: 0x800A03EC | 07 Mar 2007 19:16 GMT | 1 |
I have a question here. When I run my code the Excpetion form HRESULT: 0x800A03EC is thrown out. I have two forms in this program, and both of them are trying to open the same Excel file. Public Class Form2 is putting data into Excel, and Public Class ButtonArray is trying to ...
|
| VSTO SE and outlook debugging problem | 07 Mar 2007 18:58 GMT | 3 |
I've not even got started yet as I cannot get vsto se to work at all! I have VS2005 with sp 1 installed. I installed VSTOSE as I need to do a small interface with outlook. I have created an outlook 2003 addin application (vb.net). All I've done is put a message box in both ...
|
| RemoveCustomization and Xml Expansion Pack | 06 Mar 2007 11:34 GMT | 2 |
im trying to save a word template with an action pane as a Word document without the customization. i use the RemoveCustomization() method for that. when opening the saved document - i get a "Choose XML Expansion Pack" dialog box that shows me the available xml
|