|
|
|
Notification when Word closes? (C#)
Thu, 3 Jul 2008 00:43:00 -0700
Hi,
I have a C# application that creates a Word document, opens it (for editing,
or juist a print preview), and then sends it by mail.
The problem is I get an error when I want to mail the document while it is
still openend in Word.
Is there any way Word can notify my program when it closes? ...
|
Get data from database and display in a Combo Box on Word User For
Wed, 2 Jul 2008 16:01:01 -0700
I have never tried to get data from a database (.adp) and display it within a
combo boc on a user form in MS Word 2003.
What I am wanting to do is connection to a database (.adp), SELECT DISTINCT
[title] FROM tblDivision ORDER BY [title] then add the selected records to a
combo box.
I know exactly what ...
|
Word2007 automation
Thu, 26 Jun 2008 00:10:01 -0700
I want to do some programmed automation with Office2007, using C#.
For example, a simple search and replace in Word2007. I use this code:
Word2007.Application word = new Word2007.Application();
Word2007.Document doc = new Word2007.Document();
object missing = Type.Missing;
try
{
object fileName = "test. ...
|
ActiveX Control in Toolbar of Word 2000
Wed, 25 Jun 2008 07:27:00 -0700
An Add-In for Word 2000 developed with Delphi should integrate an ActiveX
Control into the toolbar of Word.
The ActiveX Control was generated with Delphi and registered in ordinary
fashion.
The control is displayed in the Toolbar but I can not use the functionality
of it. Unfortunately, I do not get back a ...
|
Save location help
Wed, 25 Jun 2008 01:20:00 -0700
Hi,
When you create document from document template in the SharePoint document
library, Word application knew where to save document. Save As dlg window
open http location to the document library.
Question is:
Is it possible to get this save location url from word object model before
document is saved ...
|
GetObject can't find existing instance of Word?
Tue, 24 Jun 2008 12:57:46 -0700 (PDT)
I am using Javascript/ActiveX to open an instance of Word via the
browser. However, I am having trouble when trying to connect to an
already open instance.
var word = GetObject("", "Word.Application");
Its my understanding that the above line should work, but it always
fails with an automation error, regard ...
|
wordpad
Tue, 17 Jun 2008 20:02:33 GMT
Is there a standalone word pad? and where can I get a free download? thank
you in advance. Have .doc files that won't open.
...
|
|
|
maximum number of OLE links?
Thu, 12 Jun 2008 10:42:01 -0700
Is there a maximum number of OLE links you can have in a Document or
speadsheet?
Why would OLE links slow my computer down substantially and how can I
resolve this issue?
Thanks,
willy
...
|
Get activex container path?
Tue, 10 Jun 2008 11:10:02 -0700
Hi,
I am creating an ActiveX control in MFC, which can be embedded in MSWord.
How can I get the name of the MSWord document in which my ActiveX control is
embedded? I am facing the same problem when my control is shown up in html
page.
Any help on this issue would be great.
Thanks
Sunil ...
|
How to go to a specified page of an open Word file?
Thu, 29 May 2008 11:32:00 -0700
Hello, friends,
In our c#.net 2005 application, we use Interop.Word to open a Word .doc file
like the follows:
Microsoft.Office.Interop.Word.Document doc = wordApp.Documents.Open(ref
fileName, ref missing, ref readOnly, ref missing, ref missing, ref missing,
ref missing, ref missing, ref missing, ref mis ...
|
|
|