16,017,608 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
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"