{
strData = Result.PhraseInfo.GetText(0, -1,
listView1.Items.Insert(0,Result.PhraseInfo.GetText(i, 1,
listView1.Items.Insert(1, Result.PhraseInfo.Elements.Item(i).ActualConfidence.ToString());
listView1.Items.Insert(2,Result.PhraseInfo.Elements.Item(i).EngineConfidence.ToString());
listBox1.Items.Add(Result.PhraseInfo.GetText(i, 1,
PhraseAlts = Result.Alternates(3, i, 1);
listBox2.Items.Add(
}
textBox1.Text = textBox1.Text +
} thanks,-hardik