Indexing and searching application using ExecuteInThread instead of Execute, using the SearchResults object for storing search results, and demonstrating use of the WebBrowser control to display retrieved files with hits highlighted.
ado_demo
Database indexing example in Visual Basic 6. Uses the DataSourceToIndex property of an IndexJob to index ADO databases.
dsdemo
Uses the DataSourceToIndex property of an IndexJob to index files, adding custom fields that are indexed as part of each file. Also demonstrates how to highlight hits in a document that was indexed using a DataSourceToIndex object.