Word.ApplicationClass Visible Property
Hi,
I am trying to use Visible property in Word.ApplicationClass object app. I can't actually set app.Visible = true. Opening a word document through .NET C#, doesn't get Word application and the current document active. No error occurs but debugging the line app.Visible = true, the object app keeps the value false after beeing executed. Word is opened on background state (can see in task manager Process: Winword.exe; User:ASPNET)
Is anybody can help me urgently???
Thanks,
Daniel
|