Hi kottami, --- In [email protected], "kottami" <[EMAIL PROTECTED]> wrote: > Both last version and this version,in this service, Au3 doesn't > work.. > > Win XP-sp2 > --------------------------------------- > a = au3.ControlListView( "SC > (C:)", "", "SysListView321", "SelectAll", "", "") > > ;au3.ControlListView(szTitle, szText, szControl, szCommand, > szExtra1, szExtra2) > ---------------------------------------
I just pass the arguments you provide, unmodified, through to the C function AU3_ControlListView, which presumably is meant to do exactly what ControlListView within au3 does. Last two args I provide to AU3_ControlListView are a buffer and it's length (16000). Want to give me a context (e.g. a programme with displays a listview) in which a call to ControlListView works in au3? Do the other control-manipulating services of 1u3 plugin work for you? ...[five minutes on google later...]... Seems like there's an issue... http://www.autoitscript.com/forum/lofiversion/index.php?t43096.html
