-
- Problems with Outlook navigator pane (User Controls)
by Pablo Pelaez
- 4 Replies
- Last post
by Sue Mosher - Outlook MVP
- We are having some compatibility troubles where registering User Controls as Web Views in Office 2007.
In Office 2003, if we assign to the WebViewUrl of an Outlook.MapiFolder an HTML file similar to:
<html><body rightmargin = '0' leftmargin ='0' topmargin ='0' bottommargin = '0' onload='OnBodyLoad()'>
<script>
function OnBodyLoad()
-
- Save MailItem as MSG file
by Andy Ho
- 14 Replies
- Last post
by Carsten Isak Nielsen
- Hi,
How can I save the an Outlook.MailItem as .MSG file on Hard Disk
Andy Ho
-
- Closing Outlook - Setup Project
by supersonic1976
- 1 Replies
- Last post
by X4U
- Hi,
I am using Visual Studio Setup Project to deploy my Outlook Add-in. Any ideas on how to prompt the user to close outlook before the installation starts
Thanks,
-
- Adding shortcut menu in Excel using C#
by Sarina Jacob
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- I would like to know how to add shorcut menu in Excel using Excel Worksheet Project in C#. MSDN shows how to add shorcut menu in Word whereas Excel Shortcut menu is not given.
-
- How to display custom tags value in Powerpoint 2003 in VSTO 2005 SE?
by DKUS007
- 3 Replies
- Last post
by Cindy Meister
- Dear All,
I am using VSTO 2005 SE to add custom tags in PowerPoint 2003. Also displaying the value as messagebox on a click of a button in custom menu bar. But my client want to display it on the right pane i.e, when someone click on any slide respective slide's custom tags should display on the right hand side window/pane I know this is possible in PowerPoint 2007 using custompane but my c
-
- New Mailitem throws System Administrator Mail into inbox
by abhimanu
- 2 Replies
- Last post
by Dparora
- Hi ,
I have written a code using Office 2003 and VSTO 2005 , that actually creates the the Mailitem using Redemption and changes the From field to some user. The To field is kept as of default user . But when I click on send , I can see a message saved in Sent Folder but I also get a report in my Inbox from System Administrator that your message cannot be delivered . Is there any way to overcom
-
- Error adding a control in Worksheet
by Marcos Cesar Barbosa
- 3 Replies
- Last post
by Dennis Wallentin
- I don't obtain to add a button in a Worksheet. The VSTO show a message : "It's not possible to insert the object". I installed the MS Office 2003 with SP1 and its interop assembly but my problem persist. Help me please.
-
- System.Runtime.InteropServices.COMException: Este comando no esta disponible porque la licencia para utilizar esta aplicacion ha
by Luis Esteban Valencia Mu&a
- 3 Replies
- Last post
by Luis Esteban Valencia Munoz
- Hello, I am using Excel Dlls, or Office PIAS to generate excel files dinamically but i have a problem. The scenario is: I am making a proof of concept to see how the installation of the application must be donde when using office pias so I installed virtual server and office, but I installed only the component of office excel *.net development for excel or something like that. I need to say that
-
- Excel Named Ranges events
by KalliMan
- 4 Replies
- Last post
by KalliMan
- Hi all,
I'm writting a simple Excell (v2003) Template, using VSTO 2005 (C#). And I need an event/notification if a Named Range/Defined Names is modified/deleted (from the Excell Menu, or from somewhere else). I'm not talking about the NamedRange control. I'm talking about the all of the Defined Names which are contained in the "Names" collection of the "Application" object.
-
- VSTO, Add-in, COM, i'm confused!
by nitm
- 12 Replies
- Last post
by Cindy Meister
- hi,
i'll start with what it is i need to do and only afterwards with the problems.
i need to create a web site (php) which represent ms word documents.
for that i decided to create a desktop application (using .net C#) that loads the word document, parse it and saves the data in a mysql database on the sites server.
in order to do that i need to have a special format for the docume
-
- Read Receipt in Outlook Using C#.net
by Ravindra_nanna
- 2 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hi All,
I need Read Receipt for all mails sent through Outlook using C#.Please help in this.
Regards
Ravindra
-
- AccessViolationException on AddListObject
by Julie2
- 6 Replies
- Last post
by Andrew Cherry [MSFT]
- I am getting an AccessVioationException sometimes while in AddListObject, with the message "Attempted to read or write protected memory. This is often an indication that other memory is corrupt." It excepts on this line of code with the following stack trace:
myListObject = myWorksheet.Controls.AddListObject(myRange, myListName);
at System.Runtime.Remoting.Proxies.RealProxy
-
- Word VSTO: What do I really want?
by Grant60601
- 1 Replies
- Last post
by Cindy Meister
- I have a requirement to make an application that will create a word document with several columns, word tables, and be several pages long filled with data from SQL Server. With a few limited selections for users to pick content and formatting options. It was suggested to me that this should be done using VSTO. I am not sure what is the best way to do my project.
I am reading VSTO for Office
-
- convert vba to excel addin
by strictlydata
- 2 Replies
- Last post
by strictlydata
- I have this macro which queries ms sql and returns results to excel. I also have a macro which updates sql from excel. example
Dim cn As New ADODB.Connection Dim rs As New ADODB.Recordset
Sub get_data()
cn.Open "Driver={SQL Server};" & "Server=127.0.0.1;" & "Database=demo;" & "Uid=User_Name;" & "Pwd=Password;"
Sql =
-
- F5 -> "File already exists"
by Victor Hadianto
- 14 Replies
- Last post
by Mike Walker
- Hi,
I'm new with VSTO development and been experiencing this really annoying issue. Everytime I hit F5, it launches the Excel document associated with the project. However once Excel launched, it often (not all the time but quite often) gives me the "File already exists" error message. I then must open the Excel file manually from File -> Open. Everything works then.
Strange tha
-
- Add Control
by acfalcon2001
- 2 Replies
- Last post
by Peter de Jong
- I am adding checkboxes (Microsoft.Office.Tools.Excel.Controls.Checkbox) to an Excel spreadsheet at runtime. They all show up correctly, but you can't check any of them. I have tried it with the sheet protected and unprotected. Below is a copy of the code.....
this.Application.Interactive = false;
this.Application.ScreenUpdating = false;
for(int i = 5;i < this.List2.TotalsRowRange.R
-
- Customizing Office 2007 Ribbon on demand
by Aleksey Nagoga.
- 7 Replies
- Last post
by savi_hk
- Hi All,
I found a great deal of information on how to customize the Ribbon UI by overriding the RequestService method. The problem is that this method is invoked automatically only once when my add-in is initializing (i.e MS Office Word 2007 is opening)
I, on contrary, need to modify the Ribbon UI based on certain user action - like opening a particularly named document.
Should I k
-
- HELP. Setup deployement CAS problems with outlook
by Pierre Savard
- 2 Replies
- Last post
by Andrew Cherry [MSFT]
- Hi, I need help!
I follow this tutorial: http://msdn2.microsoft.com/en-us/library/aa537173(office.11).aspx and this: http://msdn2.microsoft.com/en-us/library/aa537179(office.11).aspx
To create a correct Setup program with prerequises and CAS security.
All the installation work good, not error. But the plugin appear in outlook but not loaded. The plugin could not be loader becaus a Com exc
-
- Font size in Outlook
by DotNetGuy_03
- 2 Replies
- Last post
by Brent Williams - MSFT
- Hi,
How can I set Font size as 11pt in Outlook 2003. I set the size as 11 pt in Tools->Options->Mail Format->Fonts.
But if compose a new message, it shows the font size as 12 pt in the font combobox.
Thanks, Mano
-
- Installation "Heck" (VSTO 2005 and VSTO 2005 SE)
by Lighthouse Builder
- 11 Replies
- Last post
by Marije
- I installed VSTO 2005 "sucessfully" according to the installer, but see no Office-related project templates or any other evidence of having installed except that I now have another uninstallable item in Add/Remove Programs control panel.
The order of installation I used was due to my learning curve and what I've been trying to accomplish on my projects. (I didn't install everythin
-
- UserProperties are disappearing on Appointment
by focus_nz
- 1 Replies
- Last post
by Cindy Meister
- I'm having a problem where the UserProperties that I have set from a Outlook Add-In are being reset after the appointment has been changed in Outlook Web Access. I am creating a new appointment using my Outlook Add-in and setting 8 UserProperties against the appointment. If i view the appointment using OutlookSpy it says the UserProperties count is 8 (which is correct). If I go into Outlook Web Ac
-
- "Requested Clipboard operation did not succeed"
by j_johnso
- 6 Replies
- Last post
by Christopher Payne
- I am copying and pasting rtf into word through automation and occasionally i will get the error "Requested Clipboard operation did not succeed". Usually when this happens the only fix to get it to work again is to close word and reopen it, or sometimes i have to completely reboot. Any idea what causes this issue, or anyway around it without using the clipboard besides writing to a file a
-
- Deploying web services toolkit enabled spreadsheet
by 192.0.0.1
- 1 Replies
- Last post
by Cindy Meister
- hi, I have created an excel XP spreadsheet that uses the web services toolkit 2.0 that connects to a SOAP service i wrote. This is all fine, but when i email it to my client, it doesn't work. I was under the impression that only the developer had to have the web services toolkit installed for it to run. Is this the case Cheers, John.
-
- Delete Outlook MailItem?
by Toxter
- 5 Replies
- Last post
by KateCooper
- Hello everyone,
I'm developing Outlook 2003 addin.
I'm using a copy of MailItem temporarily which I need to delete later.
I can do that by calling MailItem.Delete() method.
When I invoke Delete() method, Outlook stores it in 'Deleted Items' folder .
I would like to delete MailItem without Outlook storing it to 'Deleted Items' folder (like Shift+Delete).
Is this possible
-
- Accessing other users' Inbox folder programmatically
by firebasket
- 5 Replies
- Last post
by Sue Mosher - Outlook MVP
- I would like to know how to access other users' Inbox folder in VB.NET if I have the permission to access the user's Inbox folder through Outlook 2000. Thanks in advance.