Dante Engine
Dante's "brain" is contained in a dll file that can be used by developers to write thier own Dante-based applications. To use the dante engine in VB add DanteEngine in the References screen. The following is a simple example in VB
set de = New DanteEngine.clsdante
de.Database = "C:\Program Files\Dante\dante.mdb"
txtDante.Text = de.dantetalk(txtHuman.Text)
DanteEngine also features the EmptyDatabase function as well as ReadOnly & WriteOnly properties.
Dante Projects
If you have a project that uses the Dante Engine then send info to alan@dantebot.com and we will link to you in this section.