I have the need to do a hot key search in any column in a list view control. The controls in question are sorted, manipulated, and populated through code. I have been looking at LVM_FINDITEM but have had no success. What I want is the ability to hit a particular key and go to a predefined sub item whos first character matches the key pressed. Any information is greatly appreciated.