I have already posted this message, but did not receive a reply which helped my cause.
I need to maximise an already shelled application (from my program), and put it on top of my application.
Please help A.S.A.P.
Thanks
Andrew
Printable View
I have already posted this message, but did not receive a reply which helped my cause.
I need to maximise an already shelled application (from my program), and put it on top of my application.
Please help A.S.A.P.
Thanks
Andrew
Hey Andrew...
you may want to try this:
shell "[programpath]",1
(When you use the 1 at the end, it sets focus to the shelled prog.
Hope that helps!
~Sam