-
- EntryID on Exchange... Other possibility?
by Pierre Savard
- 1 Replies
- Last post
by X4U
- Hi, I need to send some email that I receive with a tracking number in the subject to a SQL database. But for now the webservice are only avalaible from the internal network. My client use RPC ovet HTTP and this mode let you receive email without any needs to be connected with a VPN or some other tunel link.
If a Tracked email are received in outlook when the user are outside the internal n
-
- Load multiple image in VSTO 2005 SE addin
by Westman
- 3 Replies
- Last post
by Dennis Wallentin
- Hi,
I've developed an addin for Word 2007. It's working properly right now. My problem is : How do I load more than one image for my addin Right now i'm using the solution (exactly the same) from this article.
http://msdn2.microsoft.com/en-us/library/aa338202.aspx (loading image part)
When I add more image(.png) to my addin, it did not display correctly. By that I mean all the button disp
-
- Trust an assembly under Windows Vista
by JonMny
- 2 Replies
- Last post
by JonMny
- I have an application that I am trying to test on vista, I am unable to trust the assembly. I am an administrator and am able to do this on non vista machines but. I get a message that I am not able to raise the level permission error when I try to use the .net wizard to trust the assembly. Can anybody tell me why Vista will not let me trust this assembly. It's signed and located in the program fi
-
- Upgrade from Office 2003 Standard to 2003 Professional
by Oleg Krupnov
- 1 Replies
- Last post
by Douglas H. Troy
- Hello, Could someone please give me the link where people could upgrade from Office 2003 Standard Edition to Office 2003 Professional Edition I've tried to find that link myself on the Microsoft website, but they seem to have replaced all links with Office 2007 links. My users are yet not ready to upgrade to 2007 but still would like to use my VSTO customizations, so I'd like to suggest them upgr
-
- Problem with ThisAddIn_Shutdown and CommandBar in Outlook 2007
by Tadwick
- 14 Replies
- Last post
by Tadwick
- I have an Outlook 2003 add-in, developed w/ VSTO SE and written in C#. The add-in creates a command bar with two buttons on it. When the add-in shuts down and ThisAddIn_Shutdown is called, I save the command bar position using the approach described in http://msdn2.microsoft.com/en-us/library/ms268891(VS.80).aspx (modified for VSTO SE). The add-in runs fine in Outlook 2003. However, when I run the
-
- Form opening up a word.dot VSTO
by ducmis
- 4 Replies
- Last post
by ducmis
- So I have a word.dot called VSTO-POC01.dot that has some code at startup event where it opens up a total of three exact same templates. Now I have added a simple Window form--inside the same solution-- to open VSTO-POC01.dot when the user clicks on a button. It opens the .dot file, however it only open one .dot and stops. The other two were never processed. Here is my code.
The code
-
- Save a word document
by Whoisit
- 1 Replies
- Last post
by Cindy Meister
- I am opening a word document as follows
Case "doc"
objWord = CreateObject( "Word.Application" )
objDoc = objWord.Documents.Open(OFD1.FileName )
objDoc.Select()
rtbText.Text = objWord.Selection.Text
objDoc.Close()
objWord.Quit()
My question is, how after the document has been changed, can I save it as a word document keeping all its formating
-
- Form Region display issue
by Rafael1119
- 14 Replies
- Last post
by Rafael1119
- All,
Is it a known issue that the Form Region text boxes and labels cut off the text and change the font size automatically
Has anyone figured out a way to make the form regions look exactly as they did when you designed them
Thanks,
Rafael
-
- OutlookSpy and Control ID's
by Pat Kitchener
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- Morning all,
I want to use Outlookspy to produce a complete list of control id'd for Outlook 2003 and Outlook 2007.
I have not got a clue how to do this, could any of you good natured techies please tell me how to go about doing this.
Please send me intructions by email as well as posting to pat.kitchener@conwy.gov.uk
Many thanks in anticipation opf your help
Pat
-
- Visual Studio Tools for Office VSTO Word
by RaReRe
- 1 Replies
- Last post
by Cindy Meister
- Is anyone out there have come across adding more than one word document to a visual studio solution.
It is possible to add a new item or an existing item and add a word document. However Visual Studio does not create the code behind the document like ThisDocument.cs and the designer.xml and designer.cs files.
Any idea
-
- Registry entries for all users (Outlook add-in)
by dyowee
- 3 Replies
- Last post
by Sue Mosher - Outlook MVP
- Good day!
I created an Outlook add-in which I want for all users that has admin rights to be able to run the add-in, if the add-in was installed by an administrator. To test, I used a console application to add the registry entries needed. From an article MSDN, the registry keys are all under HKCU. So what I did is to put them under HKLM. But if one user installed the add-in, and another try to
-
- Method to refresh/update Word toolbar state
by Guido1
- 3 Replies
- Last post
by Guido1
- Hey,
I am writing a COM add-in for Word which implements my own toolbars. On my (developer) PC the toolbar button states update automatically after exiting the method.
However, on the testing machine the state of the button changes but visually it does not. i.e. a method causes the toolbar to become disabled but the buttons appear, visually, to be enabled but its actual state is dis
-
- How to Add custom information in an appointment item using VSTO SE Outlook 2003 Addin ?
by Kulvinder
- 1 Replies
- Last post
by X4U
- Hi,
I am creating a VSTO SE Addin for Outlook 2003 and i want to store some custom information in the form of Key-Value pair in every appointment item i have.
Can anybody tell me is this possible to achieve this
Thanks in advance.
-
- Copying RTF into word and from word to a richtext box using c#
by RayMartinsHair
- 4 Replies
- Last post
by Steve 5656565656
- Hi,
I am doing some proof of concept work at the moment that requires me to be able to programtically copy text from a VS rich textbox in an active panel into the hosting MS word document.
I basically want to preserve any formatting of the text so that it displays the same in the RTF text box and in the word document.
If you use the .rtf property of the rtf text box the text is copied bu
-
- connecting excel file to C++ program
by nicelily
- 2 Replies
- Last post
by Cindy Meister
- Hi every body
I am a new programmer and I have been studying C++ for one semester. I know how to link and use files with these extinsions (.dat , . txt). However, I need to know how to connect excel spreadsheet with my C++ program "win 32 console application" and then I need to read my input from this spreadsheet and produce my output on it. I searched a lot but I did not find any thi
-
- Which "Event Handler-adding" code is more appropriate for my application add-in?
by Mike Smith-Lonergan
- 2 Replies
- Last post
by Mike Smith-Lonergan
- I've been puzzled by something for a while...every time I go looking for good source to double-check that the CommandBar and buttons I'm adding to one of the Office apps, I seem to come across one or more variants of the two main approaches here.
Approach 1 (VB):
Private WithEvents uiButton As Microsoft.Office.Core.CommandBarButton
Approach 2 (C#):
uiButton.Click
-
- COM Exception Error
by Steve 5656565656
- 3 Replies
- Last post
by Steve 5656565656
- Hello,
I am having a problem running a VSTO application on anyother computer besides my development computer. The application was developed using VSTO 2005 SE. I am using MS Office SP2 with VSTO SE installed on the end user's computer, but I recive a runtime error when loading the document template:
Exception from HRESULT: 0x80040200
************** Exception Text *************
-
- VSTO SE 2005 Runtime Setup for Windows VIsta
by Kulvinder
- 1 Replies
- Last post
by Mohit Gupta - MSFT
- HI,
I want to install VSTO SE 2005 Runtime Setup for Windows VIsta. But on its download page, Windows vista is not listed in the supported OS.
Is there a seperate runtime for Windows Vista
Regards
Kulvinder Singh
-
- Publish deployment issue
by Denis Pitcher
- 1 Replies
- Last post
by Denis Pitcher
- I'm getting an error message intermittantly when publishing my application
Could not load file or assembly ..., Version=1.1.2692.18376, Culture=neutral, PublicKeyToken=...' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Fusion Log Data:
Successful load-
LOG: Assembly Name
-
- Cache data in workbook created from addin
by Johan Nordberg
- 4 Replies
- Last post
by Cindy Meister
- For VSTO documents and templates there's a really nice feature that allows you to cache data in the document. Is this functionality available when you create a new workbook from an addin
-
- A question about office clipboard
by Jin RongBo
- 3 Replies
- Last post
by Jin RongBo
- hi,
i have hooked two api: OleGetClipboard and GetClipboardData. when we copy some data , the OleGetClipboard is automaticly called by office clipboard, when we press ctrl+v in a office document, the OleGetClipboard also be called. until now , when OleGetClipboard is called, i can know which process called the function,such as winword.exe, but i cant know exactly who is the caller , the docume
-
- how to implement "in-Ribbon" Gallery ?
by febwave
- 1 Replies
- Last post
by Rachel Schaw - MSFT
- I have almost read http://blogs.msdn.com/jensenh/default.aspx messages all. But I don't know how to implement "in-Ribbon" Gallery (that's like home styles in word 2007 )
At "2007 Microsoft Office System UI Design Guidelines - Evaluation.doc",they said there were two styles about Gallery ,that's " dropdown " and " in- Ribbon ".Could you tell me ho
-
- Excel Edit Delete Disabled
by Martin Danner
- 12 Replies
- Last post
by Hot Key
- I created an Excel Workbook project using Visual Studio and VSTO. This project uses the ListObject control bound to a DataTable to display and update data in SQL Server 2000 database.
When deployed to the user's workstation, this application has an annoying habit of disabling the Delete item on the Edit menu, preventing the user from deleting columns, rows or cells. Actually this is more than a
-
- Publishing VSTO 2005 SE addin to a network location
by Rakesh Rathod
- 14 Replies
- Last post
by techno_adi
- Hi,
I want to publish my Outlook add-in build using VSTO 2005 SE to a network location so that updates can be automatically pushed to all users later. The steps mentioned for this are as follows:
In Visual Studio, use the Publish Wizard to deploy your solution to a server.
Make changes to security policy so that each end user can run the solution.
Create the required registry entrie
-
- WordApp.Selection.Range.set_Style throws exception
by andriscs
- 3 Replies
- Last post
by andriscs
- Hi, I'm trying to create a Word document and I need a table of contents. I have different sized text and I tried to set their style according to the planned display. However, I get an exception when I try to call set_Style method. Why does that happen Here is the code:
Code Block
object styleHeading2;object styleHeading3; in the calling method:
Code Block
styl