bring an already running app to the front
- From: cj <cj@xxxxxxxxxxxxx>
- Date: Tue, 06 Jun 2006 09:07:15 -0400
My program checks to see if another program is already running and if so I want it to "restore" as windows puts it that other program so it appears on top of anything else on the screen. I know how to check to see if it's running
If UBound(System.Diagnostics.Process.GetProcessesByName("programX")) > 1 then
then what? How do I get programX "restored"?
Thanks
.
- Follow-Ups:
- Re: bring an already running app to the front
- From: Mike S
- Re: bring an already running app to the front
- From: Cor Ligthert [MVP]
- Re: bring an already running app to the front
- From: cj
- Re: bring an already running app to the front
- Prev by Date: Re: create csv file
- Next by Date: Re: not sure how to describe this question...
- Previous by thread: Re: Standard Method for Importing/Exporting to DB
- Next by thread: Re: bring an already running app to the front
- Index(es):
Loading