Skip navigation
Currently Being Moderated

Hide running indesign application

Aug 7, 2012 4:21 AM

Hi

I am creating indesign instance using this code

 

INDESIGN::_Application oApplication;

oApplication.CreateDispatch(L"InDesign.Application") ==0);

 

Indesign application start successfully.

I want to hide the application means when i create instance then application should not visible

and run in backside.

 

for example

Dim objWord As Word.Application

Dim objDoc As Word.Document

Set objWord = New Word.Application

objWord.Visible = FALSE;

 

There is a Application property visible to set application visible.

i am using indesign.h and indesign.cpp file created from .tlb file of CS5(7.5).

In my .h and .cpp file there is no application visible function or application class property

 

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points