Click here to Skip to main content
15,912,837 members
Home / Discussions / C#
   

C#

 
QuestionA simple Question Pin
Michel Abi Khalil30-May-07 13:26
Michel Abi Khalil30-May-07 13:26 
AnswerRe: A simple Question Pin
Christian Graus30-May-07 15:50
protectorChristian Graus30-May-07 15:50 
AnswerRe: A simple Question Pin
Not Active30-May-07 17:02
mentorNot Active30-May-07 17:02 
Generaldecision matrix in C# Pin
amatbrewer30-May-07 11:25
amatbrewer30-May-07 11:25 
GeneralRe: decision matrix in C# Pin
Sean Michael Murphy30-May-07 15:11
Sean Michael Murphy30-May-07 15:11 
GeneralRe: decision matrix in C# Pin
amatbrewer31-May-07 4:45
amatbrewer31-May-07 4:45 
GeneralRe: decision matrix in C# Pin
Sean Michael Murphy31-May-07 4:56
Sean Michael Murphy31-May-07 4:56 
QuestionClosing Word Documents Pin
Copper2630-May-07 10:28
Copper2630-May-07 10:28 
I have an application that creates Word documents. I can create and close any number of documents while in the application. But when a document is created in my application and another is created outside of the application, exiting both leave the instance of Word running the task manager.

After some investigation, I noticed that launching Word creates a new instance and obviously an associated PID value shows up in the Task Manager. Launching Word again just adds another handle to the initial Word process, not another instance to the Task Manager; thus the PID has two handles to Word documents.

When you exit one of Word documents, the handle remains (OpusApp?) and is enabled but not visible. Still two handles, but one is visible and the other is not. When the last Word instance is exited, everything is cleaned up, all handles of Word are release, and the process is removed from the process manager.

My problem is this:
I create a word document in my application (new PID)
I go outside the my application and launch Word (i.e. Start Menus->Word)
I now have one entry in the Task Manager (from my application) and the second Word document is attached to it with a new handle.
I close the second Word document, the document closes, but the handle remains enabled, but not visible.
When I close the document I created, Word remains in the Task Manager because I’m checking (application.documents.count) to see if there are anymore instances of word documents out there and there is because this handle is still hanging around in the instance I create even though its not active.

Is there a better way of doing this? Or checking that documents are visible?

Am I just way off base?

Thanks,

Eric
AnswerRe: Closing Word Documents [modified] Pin
pnpfriend30-May-07 11:52
pnpfriend30-May-07 11:52 
GeneralRe: Closing Word Documents Pin
Copper2631-May-07 8:33
Copper2631-May-07 8:33 
AnswerRe: how can i remove the "pointer" of datagridview Pin
Not Active30-May-07 8:59
mentorNot Active30-May-07 8:59 
GeneralRe: how can i remove the "pointer" of datagridview Pin
FernandoMartin30-May-07 9:09
FernandoMartin30-May-07 9:09 
QuestionGet list of excel formular/functions for ToDay() from worksheet. [modified] Pin
pnpfriend30-May-07 8:17
pnpfriend30-May-07 8:17 
QuestionWebRequestGet Pin
TAREQ F ABUZUHRI30-May-07 7:55
TAREQ F ABUZUHRI30-May-07 7:55 
AnswerRe: WebRequestGet Pin
kubben30-May-07 8:57
kubben30-May-07 8:57 
QuestionProblem with passing parameter to report through form [modified] Pin
Lucky Hamad30-May-07 7:36
Lucky Hamad30-May-07 7:36 
QuestionHow to sort an array containing values of type DateTime? Pin
Affan Toor30-May-07 6:33
Affan Toor30-May-07 6:33 
AnswerRe: How to sort an array containing values of type DateTime? Pin
Tarakeshwar Reddy30-May-07 6:56
professionalTarakeshwar Reddy30-May-07 6:56 
AnswerRe: How to sort an array containing values of type DateTime? Pin
PIEBALDconsult30-May-07 7:33
mvePIEBALDconsult30-May-07 7:33 
AnswerRe: How to sort an array containing values of type DateTime? Pin
Luc Pattyn30-May-07 7:49
sitebuilderLuc Pattyn30-May-07 7:49 
GeneralRe: How to sort an array containing values of type DateTime? Pin
Martin#30-May-07 9:01
Martin#30-May-07 9:01 
GeneralRe: How to sort an array containing values of type DateTime? Pin
Luc Pattyn30-May-07 9:38
sitebuilderLuc Pattyn30-May-07 9:38 
GeneralRe: How to sort an array containing values of type DateTime? Pin
Affan Toor30-May-07 23:01
Affan Toor30-May-07 23:01 
QuestionReasons to use Data Access Pages or Access Forms in favour of C#? Pin
tec-goblin30-May-07 5:37
tec-goblin30-May-07 5:37 
AnswerRe: Reasons to use Data Access Pages or Access Forms in favour of C#? Pin
tec-goblin5-Jun-07 5:04
tec-goblin5-Jun-07 5:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.