-
- Access to the Outlook 2007 To-Do-Bar via C#
by Uli-B
- 6 Replies
- Last post
by Uli-B
- Hi all, i am curious if there is any way to acces the outlook to-do-bar via C#. I want to add an event listener to the to-do-bar because i need to know which item is currently selected... is there any way to achieve this thanks for your support Uli
-
- Office Development Advice
by Remo Imparato
- 3 Replies
- Last post
by Thierry Nenin
- Hi All,
Background:
I develop a Web based (Intranet) CRM application, it uses IIS as the web server with .NET server components going to a OLEDB backend database. While the server components are .NET, all the pages the users see are .HTML files (not ASPX), the client transmits all data via XMLHTTP. With this infrastructure the web app behaves very much like a Thick Client-Server appli
-
- how to get all contents in ms-word
by ke.wang
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- can anybody give me a way to convert word's contents to bytes using office add-in.
maybe IStream is a good way,but i don't know how to get the point from word~
-
- Delete Chart Object after open up saved Excel file
by bayitech
- 5 Replies
- Last post
by Cindy Meister
- I've created an Excel 2003 add-in to get the contents from the file, and draw charts on the sheets. Since some of the file has different data, add-in application will refresh (delete all the charts and data plots) and then it will re-plot the data and re-draw the charts. It works fine when I open a new excel file and do it. However, charts objects don't get deleted once I re-opened a saved excel f
-
- Is there any sync (change) log in Outlook?
by Lars553899
- 4 Replies
- Last post
by Lars
- Hi,
I am using Outlook Primary Interop Assembly and trying to sync outlook objects (e.g contacts) with another external data source.
Is there any way to find out about any "sync log" or "change log" for a specific contact folder By other words, when comparing and synchronizing two data sources, it would be very useful to know if any items have been changed since l
-
- Outlook Events: Folder treenode Expand/Collapse
by Hir&#2
- 8 Replies
- Last post
by michael
- Hi,
We are developing a VSTO SE Outlook 2003 add-in application. One of its functionality is to implement a certain action upon expansion and collapsing of the Outlook Folders tree nodes .
I am struggling to get an appropriate event handler for the same. We have successfully implemented the ItemAdd event in the past to manage the drag-drop of items on the folders.
Any help would be appre
-
- How To List Worksheets of an Excel File in C#?
by IBRAHIM ERSOY
- 12 Replies
- Last post
by waeldief
- Hi,
i have been dealing with it for 3 hours and couldnt figure out how i can list the worksheets in c#
is there anyone who had solved that thing,if theres can he/she tell me how can i do it
Thanks a lot...
-
- How to get the images from a word document
by Kesava
- 9 Replies
- Last post
by Douglas H. Troy
- Hi all
I am using VS2005 and Microsoft.Interop.word assembly of word2003.How to read the word document which contains paragraphs and images.Can any one provide a sample code to accomplish my requirement.
regards
keshav
-
- creating a custom outlook form
by cfcolumn
- 4 Replies
- Last post
by Ji Zhou ¨C MSFT
- How do I configure the properties if I want to use a drop down calendar on a date/time field I stumbled upon it before but can't figure it out now.
outlook 2003
thanks for the help
chris
-
- How to customize default contact item form in Outlook
by sgra
- 2 Replies
- Last post
by Rama Krishna rao
- Hello,
I am writing an add-in to outlook 2003 using VSTO. I want to customize the contact item form by adding a new tab. I want to retain the behaviour for the existing tabs and add new behaviour to the newly added tab.
Tried extending ContactItem form but could not make out how to do it successfully.
How can I do the above I am using C# for implementing the add-in.
Thanks
-
- call a form from word (VSTO2005)
by ClaudiaHelpOnVSTO
- 4 Replies
- Last post
by ClaudiaHelpOnVSTO
- Hi,
I would like
to open a popup window (just a form/application containing a web browser) when a
user clicks on a button within the word document.
Can you provide
me with a code example to get me started I managed to do it from the Actionpane... but it does not work within the document !
(using VSTO
2005 and Word 2003)
Thanks!
Claudia
-
- Office 2007 FaceId values for CommandBarButtons
by Kieron Thwaites
- 2 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hi,
I'm still stuck with my problem of creating a button on a toolbar to launch the "New Text Message" and "New Multimedia Message" functions present in Outlook 2007 if an OMS account is present. After some research, I found out that it may be possible to achieve though passing the relevant FaceId value to the constructor as the second parameter (although it was a VBA ex
-
- Change a picture in Word 2003 Actionpane app
by ManniAT
- 18 Replies
- Last post
by ManniAT
- Hi,
I build a "from filling" application useing a VSTO Word Document.
The document must follow a strict an precise layout.
So first I filled the document and made the layout.
In an action pane I select some product data and when hitting a "create button" I fill bookmarks in the document with text.
Now my problem - in my document I have two small pictures.
-
- KB928365 as an installer prerequisite?
by BenDowling
- 3 Replies
- Last post
by BenDowling
- The problem KB928365 (.NET update) causees is well documented on these forums: It removes security settings, preventing VSTO addins from running. My problem is that I have an installer for a VSTO2005SE addin. The installer installs .NET and the addin run fine, until Windows Update automatically installs KB928365, and the addin no longer runs, until the user does a repair using the addin installer
-
- Notification when Iserting/Deleting Excel Rows/Columns.
by KalliMan
- 6 Replies
- Last post
by Dennis Wallentin
- Hi all,
I'm writting a simple Excell (v2003) Template, using VSTO 2005 (C#). My question is How can I determinate when the user Inserts or Deletes Row(s) or Column(s) in the sheet table. There is only "Change" event of a Sheet object whcih is raised for all changes. But I'm unable to determinate which of changes are affected only from Inserting/Deleting of Row(s)/Column(s).
-
- Interface not registered (Microsoft.Office.Interop.Outlook)
by EB78
- 4 Replies
- Last post
by Andrew Whitechapel - MSFT
- Hi all, i have the following exception in my Outlook addin.
System.Runtime.InteropServices.COMException (0x80040155): Interface not registered (Exception from HRESULT: 0x80040155) at Microsoft.Office.Interop.Outlook.MAPIFolder.get_Folders()
After installing my addin:
in Win XP + Outlook 2003 it works fine, Win XP + Outlook 2007 also fine, however in Vista + Outlook 2007 if fail with exce
-
- EPM remote Access
by ravijoy
- 1 Replies
- Last post
by Cindy Meister
- Traditionally remote users used to access the company exchange server (mail server) over the internet using Outlook Web Access (OWA). Here the web browser is used and the functionality over the OWA was limited but functional. But if a rich functional access was required, the remote user opened a vpn access and virtually put his machine on the office network. He then proceeded to connect his MSoutl
-
- Excel chart for multiple segregated column using C#
by zoddiax
- 7 Replies
- Last post
by zoddiax
- Hello
I want to create excel chart for multiple columns which are segregated. Following is my code for single range
xlRange = xlSheetScript.get_Range( "B6" , "B400" );
xlChart.ChartWizard(xlRange, Excel. XlChartType .xlLineStacked, Type .Missing,
Excel. XlRowCol .xlColumns, Type .Missing, Type .Missing, false ,
"Daily" , Type .Missing,
-
- setting Shape.LockAnchor Property
by volker.katz
- 2 Replies
- Last post
by volker.katz
- Hi, I want to set the Shape.LockAnchor Property of an Image in an Word document to true. My code looks like this: object oleType = "Forms.Image.1"; object objLabel = string.Empty; Word.Shape shape = doc.Shapes.AddOLEObject(ref oleType, ref missing, ref missing, ref missing, ref missing, ref missing, ref objLabel, ref missing, ref missing, ref missing, ref missing, ref objRange);
-
- VSTO For Office 2003
by cdun2
- 3 Replies
- Last post
by Cindy Meister
- Hello,
I have spent quite a bit of time this morning trying to find the download for this. Could someone please direct me to a url where I can download VSTO for Office 2003
Thank you for your help!
cdun2
-
- Is there any benefit in using VSTO SE for outlook 2003 add-in development over VSTO?
by Waqar Azeem
- 3 Replies
- Last post
by Bill Robertson - MSFT
- I already have an add-in under development for outlook 2003 using VSTO 2005. Unfortunately most of the important events for personal folder are not supported which are cause lot of problems.
Is there any benefit in using VSTO SE for outlook 2003 add-in development over VSTO 2005 So, far i didn't find any thing new for outlook 2003.
-
- Match Destination Formatting while Inserting Text in Word 2003
by pagfloyd
- 7 Replies
- Last post
by Cindy Meister
- I am inserting some text into a word document in C#, using Microsoft.Office.Interop.Word in Word 2003. I need to match the destination formatting [the smart tag that comes while pasting into word]. I know the way to do it while copy-pasting:
Code Block
range.PasteAndFormat(WdRecoveryType.wdFormatSurroundingFormattingWithEmphasis); but, I don't wanna do it by copying [as i am using
-
- VSTO deployment problem selecting prequisites
by N Lyons
- 7 Replies
- Last post
by Hirén
- ((the problem below also occurs when I try to go through the sample project from the whitepaper " Deploying Visual Studio 2005 Tools for Office Solutions Using Windows Installer: Walkthroughs (Part 2)" ))
I'm trying to make it easier for my users by including the Vstor.exe and Ofiice PIAs in the setup installer. I'm following the directions in the MSDN "Deploying Visual Studio
-
- how to add existing setup project
by haibin_sh
- 3 Replies
- Last post
by Darryn Lavery -- MSFT
- Hi, I have a word project and a word setup project which comes with it. I wanted to reorganize my folder structure and created a new bland solution. I found I could add the existing word project and could not add the existing word setup project. I don't want to create a new setup project because that means doing the settings again, e.g. registry setting and so on. Any idea how I can make use of th
-
- Will VSTO 2005 addin work in Word 2002.
by sBandi
- 2 Replies
- Last post
by sBandi
- Can VSTO 2005 work in WORD 2002. I have developed a VSTO Share Addin in VSTO 2005 and would like to use it in our system which has Word/Excel 2002. Please respond...
Thanks