-
- ContentControl not allowing multiple lines in word 2007
by dhysong
- 4 Replies
- Last post
by dhysong
- I am using VSTO SE, and I'm adding multiple content controls to a page on a ribbon button click event. When I add just one contentcontrol, I can begin typing in the control, hit enter and it will go to the next line. However, when I add 2 controls, both controls will not allow me to go to the next line by hitting the enter key. Here's my code:
Code Snippet
object missing = Type.
-
- Excel menu items not available in VS IDE
by Molon Labe
- 2 Replies
- Last post
by Molon Labe
- Context:
Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727
Installed Edition: Professional
Microsoft Visual Basic 2005 77617-168-7076001-41239 Microsoft Visual Studio Tools for Office 77617-168-7076001-41239 Visual Studio 2005 Tools for Office Second Edition 77617-168-7076001-41239 Security Update for Microsoft Visual Studio
-
- How to get Associated Icon of Attachment
by eXMresearch
- 6 Replies
- Last post
by Ji Zhou ¨C MSFT
- I'm working on an Outlook add-in, and I'm hoping to be able to extract the icon that's automatically associated with a file that's attached to a MailItem. I know that I could save it as a file and then look up the icon, but that seems slow and inelegant. Is there any way to get at it while it remains an Attachment
-
- Excel Visual Studio Design Time Adapter Add-in
by Hbomb624
- 11 Replies
- Last post
by robotjesus
- After installing VSTO and VSTO SE, when I try to create a new Excel VSTO App I get this message:
"Project cannot be created because the application add-in is not working correctly and might jave been disabled. To check for disabled items in the Microsoft Office application, open the Help menu, click About Microsoft Office Word or About Microsoft Office Excel, and then click Disabled Items.
-
- Is there a new product.xml file for the VSTORuntime bootstrapper directory for VSTO SE?
by Sarge1
- 2 Replies
- Last post
by lynnbt
- I have gone through "the" two articlaes on deploying a VSTO application. In the first article, it mentions sample files that I have downloaded and copied over to the bootstrapper packages directory. However, I get a warning about the public key not matching when I build the solution. When I run the instal package, the client machine says that there is a newer version of vstor. It tries t
-
- Missing Office plug-in VS2005, How do I get it?
by whowawoo
- 2 Replies
- Last post
by whowawoo
- I have VS2005 from the MSDN sub, where do you get the office plug-in Exactly, when I watched Kathleen's how to camtasia video on manipulating email using C# she references a new project and then selecting an office project. How do you get this Many thanks -H
-
- Removal of MailMerge DataSource
by KenMcCormack
- 2 Replies
- Last post
by Cindy Meister
- Hi there
I'm working with a suite of Access 97 documents, which all use an Access 97 mail merge data source.
Is there any way I can *remove* the reference to the data source using VSTO I want to skim through and set the data source as null. Perhaps there is a programmatic equivalent to the 'Restore to Normal Word Document' dialog
Thanks
Ken
-
- How to Import a .msg and .pst file into Outlook 2007 with C# code?
by TestCaseTim
- 6 Replies
- Last post
by TestCaseTim
- I need to import .msg and .pst containers into Outlook 2007 using c#. I am aware of the CreateFromTemplate method, but this alters the message by saving it as an unsent email. I want to import the message items into Outlook without modifying them, just like if I imported them manually through the UI. I don't know Extended MAPI and was trying to avoid using Redemption if possible. If these are my o
-
- Where to get the full documentation with samples codes for VSTO 2005 SE
by TomySeb
- 2 Replies
- Last post
by Cindy Meister
- Hi,
I am new to VSTO
When I searched for tutorials on VSTO, I got mixed docuements of VSTO and VSTO SE
Where can I get the proper documentation for VSTO SE
I need sample codes for the folowing:
1. Create a new Word Project in Visual Studio
2. Open, Edit and close documents.
3. Select row, sentence, word, character etc. and edit them.
4. Find and select a particu
-
- C# COM server visible in Excel "Insert Object..."
by DAS1108
- 9 Replies
- Last post
by DAS1108
- Hi,
I want to create an C# COM server which will be visible at "Insert Object" in Excel. I found many examples how to create an C# class and use it from VBA. But what I have to do that I can insert such a C# class within an Excel sheet directly without VBA
Of course I need to implement some additional interfaces, but which ones and how in C#.
Thanks.
Daniel
-
- Converting Interoped Code to Managed Code
by PaulNations
- 9 Replies
- Last post
by Sue Mosher - Outlook MVP
- I have an old VB6 program that uses Word automation to fill in a bunch of bookmarks with text from the database. I urgently need to rewrite it, as it only works on a few relic machines now. When I started the conversion I see that the Bookmark.Range object has been deleted from the .NET object model. I'm trying to download the new definition from http://www.microsoft.com/downloads/details.aspx fam
-
- Showing modal dialogs from a TabPage on Outlook Property Page
by Tadwick
- 3 Replies
- Last post
by Tadwick
- Hi,
I have a button on a an Outlook Property Page that simply calls
MessageBox .Show(message, caption, buttons);
When the button is on the form canvas it shows the dialog fine but when it is on a TabPage Outlook hangs.
Any suggestions
Tx, Tad
-
- Always on top form question
by Toxter
- 5 Replies
- Last post
by Toxter
- Hello everyone,
I'm developong an Add-in for Word 2003.
My Adding has a Form which I need to put on top of Word always but user can still work with word.
Form has a property TopMost and when I set it to true it is on top but my form is on top of all applications.
Is it possible to put a form allways on top just for Word
Thank you.
-
- 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
-
- 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
-
- Can we handle the drop event of controls/fields to an Outlook form region?
by Rama Krishna rao
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hi, In Form DESIGN Mode, Can we handle "before drag and drop" event of controls from field chooser window (or) Toolbox window If we can, could you please suggest me an idea to implement this Thanks, Rama
-
- Interop assemblies for earlier versions of Office
by Jll_NV
- 4 Replies
- Last post
by Jll_NV
- I have a project for a customer whose employees use about three different versions of office, depending on the age of their machines.
I do my development on a new machine with Vista and Office 2007 installed.
I dearly would love NOT to have to install any earlier versions of Office to be able to create a useable common denominator interop. How do I go about doing that
At this
-
- ListBox does not appear on my Form Region
by Romain Vailleux
- 14 Replies
- Last post
by Graphtyrael
- Hello there !
I am building an application based on Outlook 2007 and VSTO 2005 SE and I encounter an unexpected problem : an Office Listbox control placed manually on a outlook custom form through the Outlook 2007 form editor doesn't appear when the form render during the application running. But, it seems to be instanciated and to be contained correctly in the form : I can use it, add som
-
- Add-In -> Works = My Computer, Doesn't work on others
by PolkaDance
- 8 Replies
- Last post
by John R. Durant - MSFT
- I made an add in for Outlook. After adding a custom install class that I found there:
http://weblogs.asp.net/mnissen/articles/427490.aspx
It finally worked on my computer when I used the msi to install it (it wasn't working without that class) but now, I tried to deploy it on other computers (Co-Workers machines at the moment), it doesn't work and their configuration doesn't seem to be
-
- Actions Pane in Word 2003 (VSTO SE - Beta) - newbie question.
by Sten G
- 14 Replies
- Last post
by Cindy Meister
- Hi.
I've been developing Office solutions int .Net for about a year now. My company had some proprietary code that was letting us place user controls in Word (Document Map) but it's time to phase that hack out with Office 2007 coming.
So I downloaded VSTO (the version currently distributed) and installed it. Then I started looking around for code samples how to attach a custom Actions Pane.
-
- Running an addin several times
by Rafael1119
- 8 Replies
- Last post
by Rafael1119
- I have a working add-in that launches just fine when I first run Outlook 2003. Add-in creates a new toolbar with four buttons in it.
However, when I run a second instance of Outlook, the add-in does not load.
Is this scenario supported or am I limited to using the add-in on the first instance of Outlook
Thank you,
Rafael
-
- Programmatically saving embedded audio (PowerPoint)
by beffbernard
- 2 Replies
- Last post
by beffbernard
- Hey all, I'm trying to programmatically save embedded audio from a powerpoint presentation onto an arbitrary location on the file system. I'm new to programming office/ppt plug-ins so I thought i'd ask before I spin my wheels too much.Basically what I am doing is writing an Export tool thats converts a ppt file into a series of PNG images and audio files if they exist. using PowerPoint = Microsoft
-
- Strange behaviuor with AllDay events recurring
by LastHope
- 2 Replies
- Last post
by Rufus Littlefield - MSFT
- Hi, my plugin reads the Outlook Calendar and generates the corrispondent iCalendar to be published. I've just checked something weird: if I read an AllDay event recurring each day, somehow the appointmentItem doesn't return that's it's an AllDayEvent!
Code Snippet
foreach (object o in folder.Items)
{
AppointmentItem appointment = o as AppointmentItem;
if (appointment != null)
-
- How to print a Excel Sheet "absolutely silence" ?
by JerryCai
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hi everyone, I met a request which is to print a Excel Sheet "absolutely silence", I treat is as "absolutely silence" because I tried all my best just realize it with a little bit "noise": I use PrintOut method in C# of Microsoft.Office.Interop.Excel.Application to print my sheet out, with some parameters in, it works, but with a window showed which displays a lot of
-
- Access 2003 Developer Extensions
by luana15
- 1 Replies
- Last post
by Richard Cook - MSFT
- I need the MS Access 2003 Developer Extensions, and I also know that this is part of the Visual Studio Tools for the Microfos Office System. My question is: which version of the Visual Studio Tool should I buy version 2005 or 2003