Is there an attribute or function that returns the number of items in a list box control for CVI?
I see attributes for VisibleLines and FirstVisibleLine, but I want to know the total number of items in my list box...visible or not.
Do I have to keep up with the total myself as I insert the items into the list box?
Thanks,
Kay