
April 6th, 2011, 01:52 PM
|
|
Registered User
|
|
Join Date: Apr 2011
Posts: 8
Time spent in forums: 1 h 17 m 44 sec
Reputation Power: 0
|
|
|
Other Language - Need QuickTime to come to front in WSH script
I'm using a WSH script from my app to open a movie in QuickTime. The script works fine, however, it happens behind my app's interface and I need it to come to the front. I tried adding:
Code:
Set WShShell = WScript.CreateObject("WScript.Shell");
WshShell.AppActivate QuickTime Player;
but that for some reason breaks the script and it doesn't even run. Any ideas?
|