Close
dtSearch Text Retrieval Engine Programmer's Reference
Visual Basic Samples

Visual Basic 6 sample applications.

Visual Basic 6 sample applications are installed to this folder: 

C:\Program Files\dtSearch Developer\examples\vbasic 

dtdemo

Simple indexing and searching application.

vbsearch

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.