Force applications to open in the foreground when launched from iexplore
- by Earls
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?