Click here to Skip to main content
15,892,161 members

Comments by K C Behera (Top 10 by date)

K C Behera 22-Oct-12 6:00am View    
i used my microphone on Google Translator,i saw microphone is woring
K C Behera 22-Oct-12 1:48am View    
sorry for not mentioning there but, i have loaded the grammar, still that event is not firing,i have done like this given bellow.

SpeechRecognitionEngine _sre = new SpeechRecognitionEngine();
Choices words = new Choices();
words.Add("red");
words.Add("blue");
GrammarBuilder gb = new GrammarBuilder();
gb.Culture = new System.Globalization.CultureInfo(strCulture);
gb.Append(words);
Grammar g = new Grammar(gb);
_sre.LoadGrammar(g);
_sre.SpeechRecognized += new EventHandler<speechrecognizedeventargs>(sre_SpeechRecognized);
_sre.SpeechHypothesized+=new EventHandler<speechhypothesizedeventargs>(_sre_SpeechHypothesized);
_sre.SetInputToDefaultAudioDevice();
_sre.RecognizeAsync(RecognizeMode.Multiple);

please give me solution.
K C Behera 11-Jul-12 3:24am View    
Thanks, Your link made me solve my problem
K C Behera 11-Jul-12 1:42am View    
ExcelWorkSheetRange = (Range)ExcelWorksheet.Cells.Find("SNO22", "SNO22", XlFindLookIn.xlValues, XlLookAt.xlWhole, XlSearchOrder.xlByRows, XlSearchDirection.xlNext,Missing.Value, false, false);
K C Behera 11-Jul-12 1:42am View    
I want to find the row using search value, after getting that will delete