LOULOU 0 Posted December 20, 2004 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 Share this post Link to post Share on other sites