Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
AnswerRe: fingerprints of files Pin
Garth J Lancaster3-Nov-15 0:06
professionalGarth J Lancaster3-Nov-15 0:06 
QuestionRe: fingerprints of files Pin
Richard MacCutchan3-Nov-15 0:14
mveRichard MacCutchan3-Nov-15 0:14 
AnswerRe: fingerprints of files Pin
Pete O'Hanlon3-Nov-15 1:14
mvePete O'Hanlon3-Nov-15 1:14 
GeneralRe: fingerprints of files Pin
Nadeem3103-Nov-15 19:06
Nadeem3103-Nov-15 19:06 
GeneralRe: fingerprints of files Pin
Pete O'Hanlon3-Nov-15 23:35
mvePete O'Hanlon3-Nov-15 23:35 
GeneralRe: fingerprints of files Pin
Nadeem3104-Nov-15 18:59
Nadeem3104-Nov-15 18:59 
GeneralRe: fingerprints of files Pin
Pete O'Hanlon4-Nov-15 21:01
mvePete O'Hanlon4-Nov-15 21:01 
AnswerRe: fingerprints of files Pin
Nadeem3103-Nov-15 19:09
Nadeem3103-Nov-15 19:09 
QuestionArgument Exception was unhandled by user code Pin
Asif Zaffar2-Nov-15 20:37
professionalAsif Zaffar2-Nov-15 20:37 
AnswerRe: Argument Exception was unhandled by user code Pin
OriginalGriff2-Nov-15 21:34
mveOriginalGriff2-Nov-15 21:34 
GeneralRe: Argument Exception was unhandled by user code Pin
Asif Zaffar3-Nov-15 23:24
professionalAsif Zaffar3-Nov-15 23:24 
SuggestionRe: Argument Exception was unhandled by user code Pin
Richard Deeming3-Nov-15 1:55
mveRichard Deeming3-Nov-15 1:55 
QuestionKeyup event not getting triggerd Pin
Darshan BS2-Nov-15 2:01
Darshan BS2-Nov-15 2:01 
AnswerRe: Keyup event not getting triggerd Pin
Richard Deeming2-Nov-15 2:09
mveRichard Deeming2-Nov-15 2:09 
AnswerRe: Keyup event not getting triggerd Pin
Eddy Vluggen2-Nov-15 2:22
professionalEddy Vluggen2-Nov-15 2:22 
AnswerRe: Keyup event not getting triggerd Pin
BillWoodruff2-Nov-15 4:20
professionalBillWoodruff2-Nov-15 4:20 
QuestionHOW TO MAKE FONT CENTER Pin
Nor Amyliana1-Nov-15 17:50
Nor Amyliana1-Nov-15 17:50 
AnswerRe: HOW TO MAKE FONT CENTER Pin
BillWoodruff1-Nov-15 21:21
professionalBillWoodruff1-Nov-15 21:21 
GeneralRe: HOW TO MAKE FONT CENTER Pin
Nor Amyliana2-Nov-15 5:20
Nor Amyliana2-Nov-15 5:20 
QuestionCSV Downloading and Page Transfer Pin
Renjith Kalarikkal1-Nov-15 1:24
Renjith Kalarikkal1-Nov-15 1:24 
AnswerRe: CSV Downloading and Page Transfer Pin
Richard Deeming2-Nov-15 2:07
mveRichard Deeming2-Nov-15 2:07 
QuestionSystem.Speech.Recognition Pin
Christian 9831-Oct-15 22:21
Christian 9831-Oct-15 22:21 
AnswerRe: System.Speech.Recognition Pin
BillWoodruff31-Oct-15 22:35
professionalBillWoodruff31-Oct-15 22:35 
Sure you can, but I think, for your initial prototype, you should consider trying to use specific commands, rather than looking for pauses of greater than a certain length to trigger an action. I'd choose some special word to serve as a "trigger:" to indicate that the word that follows the trigger is parsed as a "command."

For example: trigger : "Parse"

Parse return // append period followed by cr/lf pair
Parse newline // append cr/lf pair

Start by getting oriented about the speech-recognition library Microsoft provides: [^].

The good news for you is that CodeProject has many excellent articles that will help you get started with your application: [^].

And, don't forget to read the tutorials by Microsoft on speech-recognition.

Once you have your project in progress, as you have specific problems, or questions, do come back here (or use the QA forum) to post your questions including selected pieces of your code directly related to the issue/problem.
«I want to stay as close to the edge as I can without going over. Out on the edge you see all kinds of things you can't see from the center» Kurt Vonnegut.

AnswerRe: System.Speech.Recognition Pin
Sergey Kizyan1-Nov-15 1:06
professionalSergey Kizyan1-Nov-15 1:06 
Questionc # webbrowser Windows Media Player Pin
gitokc31-Oct-15 19:30
gitokc31-Oct-15 19:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.