Jump to content

CALLDLL and LISTBOX


LOULOU
 Share

Recommended Posts

Is anyone can give me the synthax of calldll with user32 for retrieving the text of an item selected in a listbox with $LB_GETLBTEXT

Exemple with combobox

$x = dllcall("user32.dll","int","SendMessage",_
         "hWnd",$hwnd,_
         "int",$CB_GETLBTEXT,_
         "int", $i,"str", "")

I find for the same exemple but with a listbox and $LB_GETTEXT

Thanks

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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