Click here to Skip to main content
15,895,799 members

Comments by Sumeet Kumar G (Top 5 by date)

Sumeet Kumar G 16-Aug-13 16:11pm View    
Thanx programFox it's works
Sumeet Kumar G 16-Aug-13 11:18am View    
Yes, it doesn't compare
Sumeet Kumar G 16-Aug-13 10:17am View    
i have create choices and than add to grammar (GrammarBuilder)
Sumeet Kumar G 16-Aug-13 10:15am View    
the work of this code is when i say something through mic it will display in text-box & when i say computer or my computer it will open my computer, when i say my computer textbox display that i have said but cant open my computer folder, it did not compare with e.result.text

<pre lang="c#"> if (e.Result.Text == "computer" || e.Result.Text=="my computer")
{
System.Diagnostics.Process.Start("explorer", "::{20d04fe0-3aea-1069-a2d8-08002b30309d}");
} </pre>
this not work or i havent knowledge about it or how to compare sting input
Sumeet Kumar G 9-Nov-12 11:16am View    
does not work
i have write a lot of but still give same error
"The content is either too short or default"