Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: c # webbrowser Windows Media Player Pin
Pete O'Hanlon31-Oct-15 20:43
mvePete O'Hanlon31-Oct-15 20:43 
AnswerRe: c # webbrowser Windows Media Player Pin
BillWoodruff31-Oct-15 21:20
professionalBillWoodruff31-Oct-15 21:20 
GeneralRe: c # webbrowser Windows Media Player Pin
OriginalGriff31-Oct-15 21:39
mveOriginalGriff31-Oct-15 21:39 
GeneralRe: c # webbrowser Windows Media Player Pin
BillWoodruff31-Oct-15 22:03
professionalBillWoodruff31-Oct-15 22:03 
GeneralRe: c # webbrowser Windows Media Player Pin
OriginalGriff31-Oct-15 22:08
mveOriginalGriff31-Oct-15 22:08 
Questionocr experts Pin
iqballll31-Oct-15 2:47
iqballll31-Oct-15 2:47 
AnswerRe: ocr experts Pin
OriginalGriff31-Oct-15 2:49
mveOriginalGriff31-Oct-15 2:49 
GeneralRe: ocr experts Pin
iqballll31-Oct-15 2:51
iqballll31-Oct-15 2:51 
QuestionLooking for a solution for combine WebService and jQuery (web app) Pin
goldsoft30-Oct-15 23:29
goldsoft30-Oct-15 23:29 
Answer[REPOST] Looking for a solution for combine WebService and jQuery (web app) Pin
Richard Deeming2-Nov-15 1:57
mveRichard Deeming2-Nov-15 1:57 
Questionwhy I can't install SQL Server Compact Database for SQL Server Management Studio ? Pin
Member 245846730-Oct-15 18:17
Member 245846730-Oct-15 18:17 
AnswerRe: why I can't install SQL Server Compact Database for SQL Server Management Studio ? Pin
John Torjo31-Oct-15 0:30
professionalJohn Torjo31-Oct-15 0:30 
AnswerRe: why I can't install SQL Server Compact Database for SQL Server Management Studio ? Pin
Eddy Vluggen31-Oct-15 1:21
professionalEddy Vluggen31-Oct-15 1:21 
QuestionTrying to design thread safe class Pin
Member 1206160030-Oct-15 10:18
Member 1206160030-Oct-15 10:18 
AnswerRe: Trying to design thread safe class Pin
BillWoodruff30-Oct-15 10:29
professionalBillWoodruff30-Oct-15 10:29 

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.