Is there anyway to perform a multiple select in a list box? I've looked at the possibility of using SendKeys to press CTRL, but alas this doesn't look possible. It would be good if the HtmlSelect.SelectByXX() had an overload with a boolean flag that would indicate whether the selection should...