How do I set a limit to the number of selections in a list box? I've used the following to check how many are selected, but how do I then tell it not to allow new additions, but it can remove current ones. Obviously I can't lock it or disable it as I then wouldn't be able to de-select them, so...