astranberg Posted April 7, 2016 Posted April 7, 2016 Hello, Continuing my project, I am now trying to figure out how to launch an application from within bluestacks. I'm sure there's a ShellExecute() function in there for that somewhere. Can someone who has experience with bluestacks help? ;--> Launch BlueStacks Global $AndroidPID = ShellExecute("C:\Program Files (x86)\BlueStacks\" & "HD-Frontend.exe", "Android") ;--> Wait for it to load Global $AndroidHWND While $AndroidHWND = False $AndroidHWND = WinGetHandle("BlueStacks Android Plugin") Sleep(1000) WEnd ;--> Resize WinActivate($AndroidHWND) WinMove($AndroidHWND, '', 0, 0, 500, 900) Sleep(1000) ;--> Launch 7Wonders Thanks, Adam
Developers Jos Posted April 7, 2016 Developers Posted April 7, 2016 6 minutes ago, astranberg said: ;--> Launch 7Wonders So much for the "other idea" you claimed to have ....pretty sad after we have discussed this. Please don't PM me this time. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts