I was wondering if anyone else has figured this out. I’m using Microsoft’s ListView control and need to test to see if an item (any item) is selected. If nothing is selected I get an out of range error.
I’m writing a function that catches that error and returns a boolean returning True if anything in the listview is selected and False if there is an error. This is sloppy to say the least, but I don’t think I should have to write a function for something so fundamental anyway.