Isolated Word Server

D

Daniel Knueven

I am writing an application that uses word through it's COM interface. I can
open and process documents fine. The problem is when the user opens another
word document (via double clicking on a file). As I process my document, I
occasionally show and hide the document I am working on. This causes all
documents to hide. This is the problem. I need to find similar functionality
to IgnoreRemoteRequests (Excel.Application) object in the word SDK.

Thanks,
-Daniel
 
C

Cindy M -WordMVP-

Hi =?Utf-8?B?RGFuaWVsIEtudWV2ZW4=?=,
I am writing an application that uses word through it's COM interface. I can
open and process documents fine. The problem is when the user opens another
word document (via double clicking on a file). As I process my document, I
occasionally show and hide the document I am working on. This causes all
documents to hide. This is the problem. I need to find similar functionality
to IgnoreRemoteRequests (Excel.Application) object in the word SDK.
There is no such equivalent for Word. What property or method are you using to
show/hide a document? And which version of Word are you automating?

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :)
 
D

Daniel Knueven

I think I have solved my problem. I was using the Visible property in the
Application interface. I found the Visible property in the Window interface.
It allows me to just hide my document's window and not all windows. Once I
get my hands on the Office 2000 type libraries, I will reference them to be
compatible with 2000 or better.

Thanks,
Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top