I'm writing a program that will use MSFlexGrid to view some information that is stored in a data base. When the user types stuff into the search box, a normal text box, the FlexGrid will highlight elements that match to what the user is typing, while the user is typing. Like, the user types "m". So the Grid will highlight the first item starting with "m". Simple. I know how to apply this to a ListBox. But I seem to be a little stumped about how to do it with a FlexGrid. I would really appreciat it if someone could help me, or give me a link to some site where they might have more information on this. Thanks!