--- In [email protected], "cronus1974" <peng.x...@...> wrote:
>
> Dear all:
> 
> Is DLL plugin the only tool to play with pointer?
> 
> I want to retrieve some text info from an application (In fact, the track 
> info from Jaangle player). The application provided the api, the info can be 
> accessed by 
> SendMessage(targetHWND, WM_GETTEXT, (WPARAM)bufLen, (LPARAM)strbuf)

local strbur = repeat(" ",255) // assuming 255 is max length out output
win.sendmessagestr(hwnd, 0x????, 255,strbuf)
where ???? is the hex code for wm_gettext which I have not looked up

Reply via email to