Count number of selected items
Posted: Sun Jun 04, 2006 6:12 am
Would be nice to have a command that counts or returns the number of selected listviewgadget and listicongadget items, so we don't have to use the API (good for cross platform applications). Currently I have to do it like this, but it's not cross platform........
Code: Select all
totalItemsSelected = SendMessage_(GadgetID(#ListIconGadget), #LVM_GETSELECTEDCOUNT, 0, 0)