RE: Running an Exe process then hidding?
From: Mohamoss (mohamed.mossad_at_egdsc.microsoft.com)
Date: 04/28/04
- Next message: Brad Williams: "Re: Problem with keeping track of threads."
- Previous message: Stan: "Re: Passing a class by reference"
- In reply to: news.microsoft.com: "Running an Exe process then hidding?"
- Next in thread: Stoitcho Goutsev \(100\) [C# MVP]: "Re: Running an Exe process then hidding?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 28 Apr 2004 15:48:37 GMT
hi
yes .. it could be done through the proccess class and here is a general
idea; you will use the process of the System.Diagnostic namespace. Start
the notepad, hide you process, form one, pass a handler (IntP) of your
process to the other new one notepad (you do that through API calls). Once
done working with process two, you will do another API call (using the
handler that you hold) to reshow your other process.
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
- Next message: Brad Williams: "Re: Problem with keeping track of threads."
- Previous message: Stan: "Re: Passing a class by reference"
- In reply to: news.microsoft.com: "Running an Exe process then hidding?"
- Next in thread: Stoitcho Goutsev \(100\) [C# MVP]: "Re: Running an Exe process then hidding?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|