Word-Addin and copy &paste
Mon, 3 Mar 2008 22:10:57 +0200
Hello foks,
I'm writining a Word (Office 2007) Add-In.
In my code I put data into Office's Word panel Keywords field like below
Microsoft.Office.Interop.Word.Document wordDoc =
Globals.ThisAddIn.Application.ActiveDocument;
Microsoft.Office.Core.DocumentProperties props =
...
|
Word 2007: PrintRevisions delay
Fri, 29 Feb 2008 15:20:54 -0800
I need to batch print documents by automating Microsoft Word. All is
fine until document revisions are involved. PrintOut won't print the
revisions unless a large delay is added. I'm doing this from C++, but
the language is irrelevant here:
pDoc = pWordApp->Documents->Open(...)
pDoc->PutShowRevisions(VARIA ...
|
.NET application freezes after sending e-mail from Word Document
Thu, 28 Feb 2008 00:39:01 -0800
Hi,
I am trying to write a VB.NET 2005 application, that should automate word
2003 for sending e-mails.
Right now my application is able to open a document template in Word 2003,
open the mail envelop, fill the mail envelop with data from the application.
The user may then click the send button and the e ...
|
Office 2007 Migration from XP to Vista
Wed, 27 Feb 2008 08:07:00 -0800
I am trying to manage the process of moving a large number of our users from
Office 2007 Professional on XP to Office 2007 Professional on Vista
(Ultimate). In the old versions of Office, there was a settings tool that
allowed you to export a settings file ("Save my Settings Wizard"). Is this
gone in 2007? H ...
|
Passing arrays from Excel (VBA) to C#
Sat, 23 Feb 2008 14:42:23 -0800
Hi - I'm using VS2005/Excel 2007 and can pass scalars from Excel to a C#
class exposed with [ClassInterface(ClassInterfaceType.AutoDual)] and setting
the assembly to Register for COM Interop and all works fine until I try to
pass an integer array from VBA to C#: I initially get "Function or interface
marked ...
|
.NET external DLL
Thu, 21 Feb 2008 08:20:01 -0800
Hi.
I'm a newbye to dotnet environment.
I developed a dll in vb.net.
I need to use this library on Excel file.
What property I set on library to can use this in excel?
Thanks a lot. ...
|
CoCreateInstance() of Outlook.Application fails with: 0x80040154
(CO_E_SERVER_EXEC_FAILURE) in Outlook ComAddin
Thu, 21 Feb 2008 03:14:40 -0800 (PST)
CoCreateInstance() fails with: 0x80040154 (CO_E_SERVER_EXEC_FAILURE)
will creating Outlook Object (OOM) from within Outlook ComAddin and
Outlook ClientExtension.
Hello all,
I have the following piece of code which is called both from Outlook
and from a an extra process (a formviewer) also started by Out ...
|
|
|
.NET application freezes after sending e-mail
Wed, 20 Feb 2008 14:45:05 -0800
Hi,
I am trying to write a VB.NET 2005 application, that should automate word
2003 for sending e-mails.
Right now my application is able to open a document template in Word 2003,
open the mail envelop, fill the mail envelop with data from the application.
The user may then click the send button and the e-m ...
|
Scanning â??Allignment Guideance To User
Wed, 20 Feb 2008 12:03:01 -0800
I have a scenario where user scan a image for OCR (I am using MODI for OCR),
but before the OCR performs, it checks if a block of text crosses a border of
an image, it guides the â??user to change the position of the document being
read. Appropriate hint is sent in the â??form of messages box â?? â??leftâ?,
...
|
Transform DocumentItem Objects as Outlook Item Objects in folder
Wed, 20 Feb 2008 06:14:00 -0800
HI,
I have the next problem:
I use CopyFile Method of Outlook.Application to copy msg file into 'inbox'
outlook folder and put this file as DocumentItem type. Is there is possible
to determine what real type of Items in 'inbox' folder after run CopyFile
Method
for file in which there can be a item of ...
|