Jump to content

Recommended Posts

Posted (edited)

Here is my code :

WinActivate("Pr", "")

Global $LB_GETTEXT = 0x0189

$hwnd  = ControlGethandle("Pr", "", "ListBox1")

$x1 = dllcall("user32.dll","int","SendMessage","hWnd",$hwnd,"int",$LB_GETTEXT,"int", 1, "str","")

MsgBox(2048,"",$x1[4])

Instead of returning the contents of the items it return me a conbination of three character like showing in the image attach

Note : the programm wich is the behavior of the control was written in C++. Maybe it is a problem of conversion ANSI--UNICODE

Edited by LOULOU

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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