Click here to Skip to main content
16,005,178 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: System.InvalidOperationException was unhandled Pin
dan!sh 23-Sep-09 0:50
professional dan!sh 23-Sep-09 0:50 
QuestionProblem with DataGridView inside a UserControl Pin
DATA2322-Sep-09 18:10
DATA2322-Sep-09 18:10 
Questionvb.net Pin
paya1pa22-Sep-09 5:42
paya1pa22-Sep-09 5:42 
AnswerRe: vb.net Pin
0x3c022-Sep-09 5:56
0x3c022-Sep-09 5:56 
GeneralRe: vb.net Pin
Luc Pattyn22-Sep-09 6:11
sitebuilderLuc Pattyn22-Sep-09 6:11 
GeneralRe: vb.net Pin
0x3c022-Sep-09 6:30
0x3c022-Sep-09 6:30 
GeneralRe: vb.net Pin
paya1pa22-Sep-09 19:04
paya1pa22-Sep-09 19:04 
GeneralRe: vb.net Pin
0x3c022-Sep-09 19:45
0x3c022-Sep-09 19:45 
Okay. Step by step then.

  1. Create a new System.Speech.Recognition.SpeechRecognitionEngine()
  2. Set the input to the default audio device
  3. Load a new DictationGrammar
  4. Invoke RecogniseAsync, passing RecogniseMultiple as a paramater
  5. Hook the SpeechRecognised event

In the method you hook to the SpeechRecognised event, you can write to the TextBox


AnswerRe: vb.net Pin
EliottA22-Sep-09 7:03
EliottA22-Sep-09 7:03 
QuestionOut of memory exception - graphics Pin
TheComputerMan22-Sep-09 5:41
TheComputerMan22-Sep-09 5:41 
AnswerRe: Out of memory exception - graphics Pin
Luc Pattyn22-Sep-09 6:24
sitebuilderLuc Pattyn22-Sep-09 6:24 
GeneralRe: Out of memory exception - graphics Pin
TheComputerMan22-Sep-09 7:16
TheComputerMan22-Sep-09 7:16 
GeneralRe: Out of memory exception - graphics Pin
Luc Pattyn22-Sep-09 7:35
sitebuilderLuc Pattyn22-Sep-09 7:35 
GeneralRe: Out of memory exception - graphics Pin
TheComputerMan22-Sep-09 10:42
TheComputerMan22-Sep-09 10:42 
GeneralRe: Out of memory exception - graphics Pin
Luc Pattyn22-Sep-09 11:47
sitebuilderLuc Pattyn22-Sep-09 11:47 
GeneralRe: Out of memory exception - graphics Pin
TheComputerMan22-Sep-09 12:03
TheComputerMan22-Sep-09 12:03 
GeneralRe: Out of memory exception - graphics Pin
TheComputerMan22-Sep-09 12:06
TheComputerMan22-Sep-09 12:06 
GeneralRe: Out of memory exception - graphics Pin
TheComputerMan22-Sep-09 12:36
TheComputerMan22-Sep-09 12:36 
GeneralRe: Out of memory exception - graphics Pin
Luc Pattyn22-Sep-09 12:50
sitebuilderLuc Pattyn22-Sep-09 12:50 
GeneralRe: Out of memory exception - graphics Pin
Ian Shlasko22-Sep-09 7:58
Ian Shlasko22-Sep-09 7:58 
GeneralRe: Out of memory exception - graphics Pin
TheComputerMan22-Sep-09 11:04
TheComputerMan22-Sep-09 11:04 
GeneralRe: Out of memory exception - graphics Pin
Ian Shlasko22-Sep-09 11:13
Ian Shlasko22-Sep-09 11:13 
GeneralRe: Out of memory exception - graphics Pin
TheComputerMan22-Sep-09 11:50
TheComputerMan22-Sep-09 11:50 
GeneralRe: Out of memory exception - graphics Pin
TheComputerMan22-Sep-09 12:00
TheComputerMan22-Sep-09 12:00 
GeneralRe: Out of memory exception - graphics Pin
Luc Pattyn22-Sep-09 12:37
sitebuilderLuc Pattyn22-Sep-09 12:37 

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.