|
-
Feb 16th, 2006, 10:58 AM
#1
Thread Starter
Fanatic Member
Processes and Focus
I am calling Process.Start(filename) to start a process. Now the file I am launching is a file that has been associated with an application (AppX). The file contains command line arguments for AppX, so when the file is executed it launches AppX with the provided command line arguments stored in the file.
AppX is passed an argument via the command line to run minimized, which it does, but the problem arises when AppX displays a message box. AppX does NOT have focus, so when I try to interact with the application it won't let me unless I start using ALT+TAB to change application focus.
Any ideas here?
Last edited by clarkgriswald; Feb 16th, 2006 at 11:47 AM.
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
|