LOULOU Posted December 22, 2004 Posted December 22, 2004 (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 December 22, 2004 by LOULOU
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now