Jump to content

Recommended Posts

Posted

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
Posted
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.
  :)

  • Jos locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...