Visual Basic 6 sample applications.
Visual Basic 6 sample applications are installed to this folder:
C:\Program Files\dtSearch Developer\examples\vbasic
Simple indexing and searching application.
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.
Database indexing example in Visual Basic 6. Uses the DataSourceToIndex property of an IndexJob to index ADO databases.
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.