|
-
Jan 29th, 2010, 06:14 PM
#1
Thread Starter
Member
Force seperate application to foreground
Hello all,
How would I go about forcing a seperate application to the foreground? (Maybe using the window title?)
I am unsure how todo this and would love your help.
Thanks.
-
Jan 29th, 2010, 06:45 PM
#2
Re: Force seperate application to foreground
You'll need the name of your process, the .MainWindowHandle property when you actually declare a System.Diagnostics.Process object to wrap your process, and the SetForegroundWindow API.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|