-
- Outlook add-in example
by Deraldo
- 3 Replies
- Last post
by TarTaryon
- Hi.
im trying to implement the outlook add-in presented in
http://msdn2.microsoft.com/en-us/library/ms788695.aspx
I have vs2005 sp1 professional and vsto 2005 SE installed. But in the connect.cs file, where i change the signature to
public partial class Connect : Outlook. FormRegionStartup
I am getting this error:
'InternetHeaderAddin.Connect' does not implement interfac
-
- Distributing Excel Workbook created by VSTO
by starLisa
- 3 Replies
- Last post
by Cindy Meister
- I've done a search through the forums, but I haven't managed to find the answer I'm looking for.
I have a relatively simple Excel file that I created using VSTO. In the startup event of one of the sheets, I add a button to the toolbar, and when I click that button, it opens up a form. When I fill in the form and click the run button, it grabs data from a stored procedure and dumps it into Excel
-
- LoadBehavior changes from 3 to 2 in excel addin
by Mohan Kumar Karunakaran
- 7 Replies
- Last post
by Dennis Wallentin
- Hi,
I have created an Addin for Excel 2007 using VSTOSE and trying to deploy. I tried to deploy using the automatically generated Setup project and everything works fine for the first instance. When I close the excel application and open again the Addin is loaded but doesn't show the custom ribbon.
When I checked "Office Button --> Excel Options --> Add-ins --> COM Add-
-
- Windows App launching a Word Project (document)
by Corby111
- 6 Replies
- Last post
by Cindy Meister
- I have read alot of information about what I want to do, and no one has offered me a clear cut solution. I have seen a few posts that come close to this, and then they do not state how they did it, or which is my beset solution. I hope this is not off topic, or too vague but this is my best hope for an answer so please help. I have read all FAQ and read this first, and every article about Interop
-
- Print Word Document with c#
by Anpiro
- 3 Replies
- Last post
by eibonscroll
- Well
I am coding an application using C# for my company which requires
multiple printing Word Docs, at a specific Printer of the installed
Printers, and at a specific tray. So, i used word object ( Microsoft.Office.Interop.Word) for print the document but i cant see any tool that indicate how to print to specific tray in my printer. There any way to do that or still stay with the same way (wor
-
- VSTO SE Walkthrough 2/2 Problem - missing elements in the prerequisites list
by a_martinez
- 7 Replies
- Last post
by Dennis Wallentin
- The walkthroug says at some point: ... In the list of prerequisites select the following items:
Microsoft Office 2003 Primary Interop Assemblies
2007 Microsoft Office Primary Interop Assemblies
Microsoft Visual Studio 2005 Tools for Office SE Runtime ... Unfortunately the prerequisites dialog doesn't contain these elements although they are installed on my (developement-) machine. How ca
-
- 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
-
- How to get addin install to work for non-admin users?
by PlanetWilson
- 5 Replies
- Last post
by Darryn Lavery -- MSFT
- I have built an installer for my VSTO addin which works fine under Outlook 2003 and 2007. I have code whcih sets the CAS for my add-in so it will run. The problem is that my installer won't run unless the user running it has admin privileges on the box. It displays an error saying you have to be an admin
It installs on a per user basis as you can't get the VSTO plugins to install for all user
-
- 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.
-
- Threading in an Outlook Addin
by AndyJump
- 4 Replies
- Last post
by AndyJump
- I'm creating an addin for exporting emails to msg files. My code will grab the 'mailItem.MAPIOBJECT' pass it to some managed C++/Cli which uses System::IntPtr ipMsg = System::Runtime::InteropServices::Marshal::GetIUnknownForObject(iMessage); to get an IntPtr, and then I'm using LPMESSAGE iMessageToSave = (LPMESSAGE)(ipMsg.ToPointer()); to get the native object. The native object is then passed int
-
- Opening word doc in IE prompts me for username and password..
by milgurung
- 1 Replies
- Last post
by milgurung
- Hi,
I am using windows 2003 server with MS office 2003 and IIS6.0. When I click on the link to open the word document in the IE7.0, it prompts me to provide username and password. How can I configure word or IIS 6.0 to avoid this problem
Thanks,
Milan
-
- Word document author
by user11
- 4 Replies
- Last post
by user11
- Hi all, I was wondering if it's possible to get the word document author programatically the same way as you can get the document name with: Selection. Document .FullName Any help much appreciated! Radu.
-
- Outlook addin stops responding
by Siddhu
- 6 Replies
- Last post
by Misha Shneerson - MSFT
- Hi, We have built a VSTO-SE add in for Outlook 2003. Our add-in functionality can be be initiated in 2 ways, manually or can be set to initiate after given period of time, something like "auto send/receive mail" functionality. But sometimes when our add-in initiates a process (e.g. auto initiate process) outlook stops responding and crashes. We have to forcefully kill the Outlook proces
-
- Outlook 2003 Add-In being disabled
by Large_Goose
- 2 Replies
- Last post
by Large_Goose
- I have seen several posts on this subject but I have yet to find one that answers the question about what is really going on.
What I have found my my Add-In is that there are two scenarios that VSTO doesn't seem to be able to deal with.
1. Sending a file to a Mail Recipient using right click in explorer
I really would have expected this to work and the Add-In would just have to catch that
-
- Binding to XMLNodes Host Controls
by Jake Reynolds
- 0 Replies
- Last post
by Jake Reynolds
- I'm working on a VSTO 2005 project right now that is simply a VSTO Word document-level add-in using XMLNodes (Node AND Nodes) in a template to bind to a SQL Express database that is also bound to the controls on a winforms GUI (The TaskPane). I have no problems adding simple databindngs to individual XMLNode host controls. However, I have several repeating XMLNode objects distributed discontiguous
-
- Add-in deployment problem
by jaz
- 14 Replies
- Last post
by jaz
- hi, I hv buid a setup for word2007 addin... but when i am installing it on another machine it s not working .. It comes under inactive application addins as com-addin.. How can i activate this
thanking you in advance
jaz
-
- Hiding form controls in InfoPath 2007.
by foid025
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- How might I go about showing or hiding controls in an InfoPath 2007 form In this case, its "Section" controls that I need to show or hide based on some conditions (the built in conditional formatting tool is not powerful enough to handle this). I am having a lot of trouble finding appropriate resources on the web that could help me figure this out. Oh, and I am using C#. Thanks! Geoffroy
-
- using MAPIFolder.WebViewURL (CRMToday integration with Outlook) COM issue
by Hir&#2
- 4 Replies
- Last post
by Hirén
- Hi,
I have just implemented a solution based on the approach mentioned here: Outlook Customization for Integrating with Enterprise Applications . ( i.e. VSTO SE based Outlook Add-in with custom Folders having their webviews / folderhomepages which in turn host managed .Net user-controls )
And it seems to work fine, except for a problem with the COM Registration of the user-control to be
-
- Convert a selection and convert it to rtf
by Steve 5656565656
- 3 Replies
- Last post
by Cindy Meister
- Hello all,
Is there any way to take a selection from MS Word using VSTO, and convert that selection to rtf Right now here is the code which uses the clipboard:
private string ConvertToRTF(Word. XMLNode node)
{
string strData = "" ;
try
{
// Copy to clipboard (This will erase the clipboard contents that the user entered into here before!!!
-
- Adding charts in Word without Excel popping up
by Jay-P
- 2 Replies
- Last post
by Cindy Meister
- Hi,
What is the best way to programatically add a chart to word, without userinput. Im trying to write a function in Visual Studio that pulls some data and creates charts from it in word. I managed to add a chart but whenever i do, it opens up excel for specifying the series data, wich i dont want. I simply want to fill the data and formatting options trough code without the user ever noticing
-
- Can I add an Outlook addin to a pre-existing form?
by Delusion7
- 5 Replies
- Last post
by Sue Mosher - Outlook MVP
- Can I add an Outlook addin to a pre-existing form and, If so, How do I do it
Or, how do I add a Outlook addin project to another project
I have been struggling on this for days please help!
Thank you in advance!!!
-
- Word add-in, works fine outside of the setup installer
by gorgar
- 1 Replies
- Last post
by gorgar
- Hello! Please help me figure this out. I've created a word toolbar addin with the Office 2003 add-ins project. My add-in loads fine if I load the project via F5 (debug) inside of the add-in project. However, when I install the project via the Setup project, this fails. The only odd thing i've noticed is -- when I load via the Setup project, the LoadBehavior registry key is being forced to the va
-
- Debugging session ends after one command - Word 2003 Addin, VSTO 2005 SE
by Herman Solberg
- 2 Replies
- Last post
by Herman Solberg
- Hi!
I'm writing a Word 2003 addin that includes a new menu in the menubar with some custom commands. When I'm debugging the addin, Word launched perfectly and the first command click executes just fine but when I'm clicking a command on my custom menu the second time, the commands don't execute anymore.
It's really strange since the ThisAddin_Shutdown method executes when I shut down
-
- 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 Installation Problem, Can you Help?
by KAMACI
- 4 Replies
- Last post
by KAMACI
- Hi, I can't use visual studio tools for office.I installed vsto and it gave me an error. I repaired/reinstall vsto but i gave me that error too.In visual studio, on the left menu i can see these: Office--->2003 Add -ins ----- 2007 Ad-ins.I click Office(Not 2003 Add -ins or 2007 Add-ins)There occurs a menu on the left.I clickWord Document.But it gives me this erros: Package Load Error: Packag