-
- VSTO and Outlook Web Access (OWA)
by David Swain
- 3 Replies
- Last post
by Sue Mosher - Outlook MVP
- I'm getting started with VSTO, and wanting to modify left nav folders. In a general sense, will the customizations made to Outlook 2007 client be easily converted/usable with OWA It is just that web apps are always quite different than clients.
Thanks.
-
- Publishing a VSTO Project to a Server without FrontPage Server Extensions
by Anonymous560817
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- I must publishing a VSTO 2005 Project (Word 2003 document level add-in) to a server without FrontPage Server Extensions (actually an Apacher server, but never mind...).
Obviously this does not work out of Visual Studio.
How do I go about to deploy my VSTO solution to the server, in such a way that later updates to the solution will work as well Do I need to set up a deployment proj
-
- Use Outlook 2003 to send meeting request using c#
by mafiaboy
- 14 Replies
- Last post
by mafiaboy
- Please help me I must send mail by c# and visual studio 2003 so i can't use VSTO for 2005 and also can' t use some tool that require liences.
And more importance I must use COM by way access to Outlook 2003 to send mail.
I got it but the big problem is ... security .. warning messages that i need access then mail will delivery +_+ it is big problem. So anyone here can help me. I research ab
-
- Show the savdialog after DocumentBeforeSave
by neoret
- 10 Replies
- Last post
by Jyothirmai Yepuri
- Hello
In my application I catch the DocumentBeforeSave event displaying a dialog box giving the user 3 options: "save in a external archiving system" - "save on disk" - "cancel".
If the user presses the "save on disk" I display the saveDialog. I hav two questions regarding this:
1: The first dialog box is still visible even though I close it in my c
-
- new to visto.. please help
by krishna kumar
- 1 Replies
- Last post
by Dennis Wallentin
- Hi all,
I am new to VISTO and really appreciate if some one could help on the following issues.
I am working a Excel appliaction that uses a c# dll to get data from a java server using http client. I've used a VBA addin ( xla file) for menus and some basic operations. After the user sing on , I create a object as,
Set mobj = CreateObject("MyDLL.ClassName")
and sta
-
- Add transparent icon to workbook programmatically
by volker.katz
- 6 Replies
- Last post
by volker.katz
- Hi, I want to add an icon with an transparent background programmatically. I can do that by clicking in Excel - so it is possible. Here is my code: Excel.Shape shape = sheet.Shapes.AddOLEObject("Forms.Image.1", missing,missing,missing,missing,missing,string.Empty,dleft, dtop, width, heigt); Excel.OLEObject oleObj = Excel.OLEObject)sheet.OLEObjects(shape.Name); MSForms.
-
- VSTO w/o Excel and Outlook
by SavasCilve
- 7 Replies
- Last post
by savasorama
- Hi, I wrote an add-in for Word. I want to distribute it with VSTO. But if the user does not install Outlook, installation cannot continue due to VSTO. I want to distribute this application with only one prerequisite: Word 2003. What should I do for this Thanks...
-
- Adding Custom Document Information Panel Thro' C#
by Manoj Kumbhar
- 1 Replies
- Last post
by Douglas H. Troy
- Hi All,
I am facing following problem in C#.NET, if anybody have any suggestions or idea then please let me know..
Problem Definition:
I am using word 2007 and C#,
My task is to add a Custom Document Information Panel through c#.
means in word 2007 there is a Developer Ribben that there is a Document Panel which is used to load a custom Information panel...so is it possible to add i
-
- axSpreadSheet1
by BassamAsmar
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- Hello,
Can someone help me to set a color to a specific cell in as SpreadSheet1 using SpreadSheet1 that is embedded in C#
is that possible to change also the colomn name in SpreadSheet1 (ex "A" column to another value)
-
- Removing editing restrictions
by Steve 5656565656
- 3 Replies
- Last post
by Ji Zhou ¨C MSFT
- Does anyone know how to remove all editing restrictions from within a MS Word 2003 document using VSTO
Throughout my document, I have editing restrictions for document protection throughout the entire document and I need to know how to programatically remove them. Any suggestions would be helpful.
Steve
-
- Copy-paste office documents via clipboard
by braz
- 4 Replies
- Last post
by braz
- Hello!
I need to copy paste office documents via clipboard. I wrote next code:
public void InsertDocument( object mDocument, string documentFileName)
{
if (mDocument!= null )
{
FileStream fileStream = new FileStream(documentFileName,FileMode.Open);
byte [] file = new byte [( int )fileStream.Length];
fileStream.Read(file,0,( int )fileStream.Length);
-
- Outlook undo statck
by DoWang
- 4 Replies
- Last post
by DoWang
- Does Outlook allow us to maniputalte the Undo stack of HTML Editor Anything like "ClearUndoStack()" or "UndoLastOperation()"
-
- Office Edition required for VSTO SE
by SavitaHK
- 2 Replies
- Last post
by SavitaHK
- Hi, Which Edition of Office 2007 is required to develop custom task panes using VSTO SE When I tried to develop the example given in MSDN ( http://msdn2.microsoft.com/en-us/library/aa722570.aspx), i got the following errors.
The type or namespace name 'Tools' does not exist in the namespace 'Microsoft.Office' (are you missing an assembly reference )
The type or namespace name 'Int
-
- The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
by Hans-Joachim
- 14 Replies
- Last post
by Hans-Joachim
- Hi Chaps,
I'm using this snipped code in Visual Basic 2005 with one problem.
On my development PC Win XP-SP2; Visual Basic 2005; Office 2003-SP2 this code is working well. On a different PC with same configuration (except VS 2005) I'm running into an error called: "The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)". The goal of my code is just to analyse to p
-
- SaveCopyAs() functionality that exists in Excel object in Word object
by Ryan Taylor
- 2 Replies
- Last post
by Ryan Taylor
- Hello, I would like to give a little bit of background relating to my problem before I ask the question, but it can be skipped . ========Back ground=========== We have created an Office addin that works with both Excel and Word. As part of the functionality of this addin we would like to take the current data that is on the user's screen in either of these applications and store it to a completely
-
- Debugging Problem
by ssouki
- 3 Replies
- Last post
by Mike Walker
- Did anyone encounter problems in Debugging a VSTO application I am working with Excel VSTO and everytime I start a debug session it only lasts for few seconds or several steps and the VS 2005 restarts.
WEIRD...... Pls help.....
-
- Stroing additional data along with a cell
by sameera
- 18 Replies
- Last post
by sameera
- Hi,
I need to store some additional data along with a cell in a VSTO app. This could for example, include an internal ID; data that the user need not see or edit. I would want to save this data along with the worksheet as well.
What we've done so far is to use Comments with the required cells. Comments however can easily be messed up by the user. Is there a more "elegant" way to ac
-
- COM object with CLSID {...} is either not valid or not registered.
by M.Z.K
- 2 Replies
- Last post
by steelers0118
- Hi all,
I am facing the following problem on logout from outlook using this line of code.
this.olApp = new Outlook.ApplicationClass(); this.olNS = olApp.GetNamespace("MAPI");
...... some code goes here...
this.olNS.Logoff(); // this line generates this error
COM object with CLSID {4A5E947E-C407-4DCC-A0B5-5658E457153B} is either not valid or not registered.
Exception Typ
-
- How can I insert empty checkbox and ticked-checkbox into a word document, using C#.
by TRID
- 6 Replies
- Last post
by TRID
- The character code for empty-checkbox and ticked-checkbox are: 160 & 120.
From MS Word application, I can insert those symbols from "Wingdings" font, How can I achieve the same, while accessing any word document from C# code.
Best Regards
Trinadh P.
-
- Can ContentControls be bound to a collection of Nodes?
by Shirish Pulikkal
- 3 Replies
- Last post
by Shirish Pulikkal
- I need to implement the following functionality in Word 2007:
I have created a ContentControl in a Word document. Also I have a button on the Ribbon Control. When I click on the button, the ContentControl needs to be replaced by a Word Table. The data for table would come from database.
Another functionality which is required is the ability to right click the content control and choose the c
-
- Adding an Image to the shapes collection
by sagittarian
- 3 Replies
- Last post
by sagittarian
- I understand that Shapes.AddPicture method is useful in adding a shape to the shapes collection from a file. I have a set of images and I want to add them to the shapes collection in an excel sheet at run-time. Is this possible at all Saving them into temporary files will really slow down the process. Please let me know! Thanks in advance.
-
- caspol error
by osamaZain
- 6 Replies
- Last post
by osamaZain
- Dear All ;
I have an Excel app, that i deployed on a local Intranet .
when i open the excel template i have an office exception:
" the assemply could not be found or could not be loaded .. the current .Net security policy does not permit "excel file " to load custom macros"
althought i set the full trust permission to dll using caspol.exe
and .net 2.0 configurati
-
- Question regarding Addin Event Handlers
by WizKid730
- 9 Replies
- Last post
by Sue Mosher - Outlook MVP
- Assuming this sample code line....
This Adds an Event Handler to the Item Reply
((Outlook. ItemEvents_10_Event )currentlySelectedMailItem).Reply += new Microsoft.Office.Interop.Outlook. ItemEvents_10_ReplyEventHandler (my_Reply);
This handles the Event and removes the Event Handler
void my_Reply( object Response, ref bool Cancel)
{
if (Response is Outlook. MailItem
-
- Is there a different in VSTO 2007 and VSTO 2005?
by VSFW3
- 5 Replies
- Last post
by ymj2007
- Hi,
I just want to ask whether there is a different between VSTO 2005 and VSTO 2005 second edition, such as some objects are available in VSTO 2005 and not in VSTO 2005 second edition. I was writing code in VSTO 2005 second edition and some objects or methods cannot be called and used.
Thanks.
-
- VSTO Powerpoint screen drawing issue
by Denis Pitcher
- 5 Replies
- Last post
by VS Sreenivas
- After completing testing of my addins in my dev and virtual test environments, I went to deploy them and encountered a very odd issue.
Upon installing my addin, various things within powerpoint fail to draw properly including wordart and images. They show up fine in the slide preview but do not in the actual default design view.
Everything works just fine in both my development envir