I think you'll have to write your own search.
As I recall, the FindItem method only searched for strings. Nowadays, ListViewItems (and SubItems) can be anything at all. As well, since a ListView can contain objects which inherit from ListViewItem it would be hard for a methodlike FindItem to look in those derived objects for some arbitrary property value.
Jeff Mason
Custom Apps, Inc.
www.custom-apps.com