FastFrench   01-28-2015, 12:53 AM
#1
Hi,

As I read the script code, there is a small point that is not clear to me.

Could someone help me on this?

At the beginning of the script, we have :
Global $Title = "BlueStacks App Player"
Global $HWnD = WinGetHandle(WinGetTitle($Title))

And later in the _CaptureRegion function:
Local $hDC_Capture = _WinAPI_GetWindowDC(ControlGetHandle("BlueStacks App Player", "", "[CLASS:BlueStacksApp; INSTANCE:1]"))

Is there any reason to use different instructions ?
Do you expect
ControlGetHandle("BlueStacks App Player", "", "[CLASS:BlueStacksApp; INSTANCE:1]")
and
WinGetHandle(WinGetTitle($Title))
to retrieve different handles ?


Thanks Wink
dinobot   01-28-2015, 01:06 AM
#2
due to some unable to use background mode. 2 different instruction were used. both still get BS windows.
FastFrench   01-28-2015, 02:37 AM
#3
OK, thank you for your answer.
  
Users browsing this thread: 1 Guest(s)
Konloch Software - Bytecode Viewer - Reverse Engineering Forum
Copyright © 2014-2025 The Bytecode Club. Powered By MyBB.
CC0 Unless Specified Otherwise.