-
- Outlook Explorer Close event
by EB78
- 14 Replies
- Last post
by EB78
- Hi All,
I have Outtlook Addin (C# 2.0, VSTO 2005, Outlook 2003),
i subscribed to close event:
explorerEvents.Close += new Outlook.ExplorerEvents_10_CloseEventHandler(OnExplorerClose);
but i never get there, why
Only if i open another explorer (right click on folder--> Open in new folder), and close it , then i get the close
event fired, but when i have only one explorer (ma
-
- 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
-
- Giving Cell Reference for String
by Bharanee
- 2 Replies
- Last post
by Bharanee
- Hi,
in my application i'm using string to be enter in a textbox. I've to use the cell reference for that textbox too. The scenario as follows,
There will be a text in any one of the cell in sheet. The user will open a form and there is a text box.In next to that i've to give the cell reference icon, when the user clicks the icon, it should open a separate window and cell reference sh
-
- SerializationException: Type is not resolved for member ...
by Victor Hadianto
- 1 Replies
- Last post
by Victor Hadianto
- Hi,
I'm currently at loss with this current problem. This is the scenario: I have several c# libraries (all strongly named) in my solution. This solution processes data and serialised the result into a MS SQL Server database.
From my VSTO project (using VB.NET) I tried to access the database and deserialise the result back into my object. Everything works until the moment of deserialisation
-
- Outlook.AppointmentItem.Conflicts - Problem
by Iram
- 14 Replies
- Last post
by Iram
- Hi,
I'm writing an AddIn Outlook application, that should create new Calendar instance.
In this new Calendar I need to check each change in each item if it has any conflicts with other Calendar item.
I tried to use Outlook.AppointmentItem.Conflicts member but its count property always equal to 0. What am I doing wrong
Thanks, Iram.
-
- Addin fails to load a DLL which had its version updated.
by sameera
- 9 Replies
- Last post
by sameera
- I have a Excel document level customization project that is dependant upon another common class library project. When I increment the version number of the class library the VSTO project fails to load it during run time. The exception I get: Could not load file or assembly 'CommonLibraryPrj, Version=1.0.0.0, Culture=neutral, PublicKeyToken=69128d937baea9c7' or one of its dependencies. The located
-
- Reading Excel From C#
by DOSST
- 14 Replies
- Last post
by bad neighbor
- You can read data from Excel using the JET OLEDB provider. See the URL below
for the necessary connection string, and a link to a KB article with further
information ...
http://www.carlprothman.net/Default.aspx tabid=87#OLEDBProviderForMicrosoftJetExcel
--
Brendan Reynolds
wrote in message
news:9226766e-a1d5-400c-8d3c-8ffc566bec50@discussions.microsoft.com...
> Hi
>
> Can anyo
-
- Outlook Addin (VSTO) not starting when "outlook.exe" is running with no UI
by Florian Fogl
- 0 Replies
- Last post
by Florian Fogl
- Hi,
it seems that this issue has been the topic of many threads (e.g. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=576370&SiteID=1 ). However, I couldn't find any hint on how to solve this problem.
How to reproduce:
1. Put a "MessageBox.Show()" or a "File.WriteAllText()" in the startup event handler method.
2. Run any application that starts Outlook in the background.
-
- Can't get most basic VSTO 2005 SE Outlook Add-In to load
by Pete R
- 13 Replies
- Last post
by Pete R
- I have crawled all over the web to no avail. I have VS 2005, with VSTO 2005 loaded, and loaded VSTO 2005 SE. I try to run the basic 2005 SE Outlook Add-In template in debug mode from the IDE. I have not added ANY code, not even Hello World. On run, Outlook starts with a dialog box, Office document customization is not available. An add-in could not be found or could not be loaded. Clicking on the
-
- Working With the Outlook.NK2 file
by Roman Benko
- 7 Replies
- Last post
by Reshmi
- Does anyone know if there is a way to use VSTO to open and read data in the outlook.nk2 file. Our company is changing E-mail addresses for employees and this file contains auto-complete data that can be used to let our staff know who they should send updates too. Thanks.
-
- Excel shapes - editing / creating mixed format
by Jan Kučera
- 7 Replies
- Last post
by Jan Ku?era
- Hi,
I have a shape in Excel 2007, which looks like this:
Code Snippet
My Project
cool sheet
Project Number
Now, I would like by C# (Orcas), eventually VBA modify the individual paragraphs, like Project Number without loosing the formating.
I also need to create such formatted shapes. How
The Excel macro recording does not capture operati
-
- using VSTO w/ ASP.Net 2.0
by den2005
- 14 Replies
- Last post
by den2005
- Hi,
Newbie using VSTO and developing office applications. The task is to import and export data from and to database, but user can select from a list columns what they want to add, there will be a dialog will appear and allow user to select data to be included in a word document, how can this be done I installed PIA, VSTO2005SE w/ runtime, MS Office 2003 Web Components and will use MS Office
-
- Collect information using the EntryId ?
by Monico
- 4 Replies
- Last post
by Monico
- Hello, I would like to know if it's possible to collect appointment's information just using the EntryId. In fact, I can collect all information in the addin, but I would like to open a winform for the user choose other information, and in this form I pass in paramater the EntryId. So in this form, I would like to collect again the appointment's information with this EntryId (or other) like the su
-
- Adding pages to document based on the same template
by Christian Sparre
- 7 Replies
- Last post
by waterseller
- Hello I have a simple single page template for a letter that I fill out using a simple C# application. But how do I make multiple pages of that template in the same document, eg. adding pages to a "Microsoft.Office.Interop.Word.Document" document for each recipient. The letters will never be more than a page long. What I'm trying to accomplish is beeing able to make severel letters from
-
- Drag / drop file attachment from outlook
by Becker2
- 1 Replies
- Last post
by Becker2
- Using .NET 2.0 I'd assume there is some easy way to accept dropping a file attachment from an outlook email message onto a form I cannot seem to find any good example of this. I see some very convuluded vb 6 methods, surely there is some easy way to do this
-
- Copy attachments from a email item and put in a task item in outlook.
by VSFW3
- 1 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hi,
I'm doing a feature in outlook addin, when I open a email item, I am able to create a task item based on the email item, my code now is able to copy all the data in the mail item and put it into the task item, the only problem I encounter is that I am not able to copy the attachments in the email item into the task item. How am I able to do that
Below is the code I already wrote:
Outl
-
- VSTO 2005 SE Outlook Requirements on End Users Computers
by Gary Betts
- 6 Replies
- Last post
by Gary Betts
- After a long struggle I finally have an Outlook Add in developed under VSTO 2005 which will deploy to other Office 2003 machines and seems to work well.
However I cannot get it to deploy to a machine where the office version is XP ( Fine I accept that this is not supported) But where the Outlook version is 2003 the machine having been updated using the licence/CD provided with exhange server 20
-
- outlook button not opening anything
by Bear23
- 5 Replies
- Last post
by Andrew Cherry [MSFT]
- I have posted a question in reguards to creating a button in the new mail form. the button is created and looks great. however no matter what code I place in the click even nothing works.
I tried having the button open a form, I tried using the outlook snippets from Microsoft to insert an attachment and nothing seems to work. the only thing i can get it to do is open a messagebox.
Al
-
- Dynamic Number of RadioButtons in GroupBox
by rchrismor013
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- This just can't be that difficult. I create a Task Pane and the first thing I want is a set of Radio Buttons -- the number of buttons to be determined by a table of boiler plate language in a DB. So, I create a GroupBox to hold the radio buttons and try the following code: For i = 0 To dtPublisher.Rows.Count - 1 ReDim Preserve rbButtons(i) rbButtons(i) = New RadioButton() rbB
-
- How to know the current hight of the cell in a Microsoft document via c# program.
by vincent90152900
- 3 Replies
- Last post
by vincent90152900
- I use Word Application object to operate a Microsoft Word file.
I would like to know the current the hight of a specific cell in the table.
When the HeightRule is wdRowHeighAuto and the Height propertys always be 9999999.0.
How to do get the current Height of the cell
Code Snippet
// Declaring the object variables we will need later object varFileName
-
- VSTO Plugin for Outlook 2003 with Terminal Server VSTO 2005 SE
by John Belmer
- 1 Replies
- Last post
by Andreasb
- Dear ..,
We have developed a VSTO 2005SE add-in for Outlook 2003 which works perfects on our machines, but will not work on the Terminal Server (Windows 2003 Server) used by our client.
The strange thing is that we don't get a Com-error or something like that, but the Add-On just will not appear in the list with COM Add-Ons in their Outlook 2003 Client .
We do the following to add our Add
-
- VSTO - Removing document customisation
by HoganRich
- 24 Replies
- Last post
by HoganRich
- Hi
I have written a word addin in VSTO 2005 which when loads adds a custom toolbar
to word. This allows users to load template document, with a custom action pane.
This part works fine. However when users save a document, and subsequenlty re-
load it, or send it to someone else, the document produces an error due to it
looking for the application manifest\customisation DLLs (I
-
- Exception with EXCEL 2007 API
by Sharad Birajdar
- 5 Replies
- Last post
by Sharad Birajdar
- Hi, I've written an office interface with VS2003. This interface works fine with all office version except office 2007. It throws folllowing the expection
at System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData& msgData)
at Microsoft.Office.Interop.Excel.Shape.get_Hyperlink() at
Call to delete fu
-
- AccessViolationException in DatagridView
by FrankSh
- 4 Replies
- Last post
by Cindy Meister
- VS2005, VSTO2005SE, Office2003
Whenever I use a DatagridView, Datagrid or ReportViewer control in an office AddIn I get an AccessViolationException as soon as System.Drawing tries to paint the control.
This happens in every Office AddIn (Excel, Word, Outlook). It doesn't happen when I use this controls in a Windows Forms application.
I created a simple AddIn with a form and a Datagridview
-
- Couple more VSTO Apppliation-Level Add-In Deployment Questions
by Greg M
- 3 Replies
- Last post
by Cullen Morris
- Thanks in advance for reading this. I'm making progress (I think in this), and have 2 more questions.
Bit of background:
I am building an Excel 2003 appliation level add-in using VSTO SE. Solution references approximately 6 class library projects that are bundled with the add-in project. All projects in solution have signed strong names.
Problem:
Despite successful build and se