| View previous topic :: View next topic |
| Author |
Message |
qtmspin
Joined: 17 Oct 2006 Posts: 22
|
Posted: Sat Apr 19, 2008 4:23 pm Post subject: Duplicate a window? |
|
|
Is there a way to duplicate a child window?
I have an application that allows only one instance of a child window. If I try to open another instance of that window it gives the previously opened window focus. Is there a way to force opening a 2nd child window or a way to duplicate a previously opened window?
Or maybe there is a way to change a windows unique Id so that the parent window does not know that a child window still exists?
Thanks,
Matt
Last edited by qtmspin on Sat Apr 19, 2008 5:22 pm; edited 2 times in total |
|
| Back to top |
|
 |
John W
Joined: 09 Apr 2007 Posts: 172
|
Posted: Sat Apr 19, 2008 4:39 pm Post subject: |
|
|
try this:
enter the full path on the command line and add "-n" (without quotes). some apps use this parameter, but if not try "-?" (without quotes) and post the output. _________________ John
Inactive - Until AutoHotkey is available for Linux.
 |
|
| Back to top |
|
 |
qtmspin
Joined: 17 Oct 2006 Posts: 22
|
Posted: Sat Apr 19, 2008 5:15 pm Post subject: |
|
|
| Thanks for idea... it is a child window... I edited my origional post to mention that as well. |
|
| Back to top |
|
 |
|