Force applications to open in the foreground when launched from iexplore
Posted
by
Earls
on Super User
See other posts from Super User
or by Earls
Published on 2010-10-13T00:27:24Z
Indexed on
2011/02/01
23:29 UTC
Read the original article
Hit count: 240
I have a slight problem with my project I've working on...
I have replaced explorer with iexplore in kiosk mode. iexplore loads a speeddial type of webpage for a set of windows programs. I launch those programs with PHP's system().
The problem is, when the programs launch, they launch BEHIND iexplore instead of in front of it.
How can I force the programs being launched to ALWAYS load in the foreground?
© Super User or respective owner