Click here to Skip to main content
15,891,136 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to sort on date Pin
Dave Kreskowiak23-May-07 9:51
mveDave Kreskowiak23-May-07 9:51 
GeneralRe: How to sort on date Pin
skipy197323-May-07 11:04
skipy197323-May-07 11:04 
QuestionPlease help with a simple SAPI 5.1 code (MS Speech Recognition).. Pin
RoyZ77723-May-07 8:21
RoyZ77723-May-07 8:21 
AnswerRe: Please help with a simple SAPI 5.1 code (MS Speech Recognition).. Pin
Dave Kreskowiak23-May-07 8:39
mveDave Kreskowiak23-May-07 8:39 
GeneralRe: Please help with a simple SAPI 5.1 code (MS Speech Recognition).. Pin
RoyZ77723-May-07 12:12
RoyZ77723-May-07 12:12 
GeneralRe: Please help with a simple SAPI 5.1 code (MS Speech Recognition).. Pin
Dave Kreskowiak23-May-07 16:08
mveDave Kreskowiak23-May-07 16:08 
GeneralRe: Please help with a simple SAPI 5.1 code (MS Speech Recognition).. [modified] Pin
RoyZ77723-May-07 23:28
RoyZ77723-May-07 23:28 
GeneralRe: Please help with a simple SAPI 5.1 code (MS Speech Recognition).. Pin
Dave Kreskowiak24-May-07 4:27
mveDave Kreskowiak24-May-07 4:27 
You might want to try adding these two lines to your code:
    myGrammar.CmdLoadFromFile("c:\sol.xml", SpeechLib.SpeechLoadOption.SLODynamic)
    myGrammar.CmdSetRuleIdState(0, SpeechLib.SpeechRuleState.SGDSActive)
    myGrammar.DictationSetState SpeechLib.SpeechRuleState.SGDSInactive
    myGrammar.CmdSetRuleIdState 0, SpeechLib.SpeechRuleState.SGDSInactive

Other than that, it's going to take some playing around to get this to work. I can't install the Speech SDK and mess around with it for you. But, go back to the examples you found and make sure your code is doing what the examples are for C&C. I found the examples you got this code from.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Please help with a simple SAPI 5.1 code (MS Speech Recognition).. Pin
RoyZ77724-May-07 5:39
RoyZ77724-May-07 5:39 
GeneralRe: Please help with a simple SAPI 5.1 code (MS Speech Recognition).. Pin
RoyZ77724-May-07 13:09
RoyZ77724-May-07 13:09 
AnswerRe: Please help with a simple SAPI 5.1 code (MS Speech Recognition).. Pin
Dave Herren23-May-07 16:06
Dave Herren23-May-07 16:06 
GeneralRe: Please help with a simple SAPI 5.1 code (MS Speech Recognition).. [modified] Pin
RoyZ77724-May-07 1:53
RoyZ77724-May-07 1:53 
GeneralRe: Please help with a simple SAPI 5.1 code (MS Speech Recognition).. Pin
Dave Herren24-May-07 9:48
Dave Herren24-May-07 9:48 
GeneralRe: Please help with a simple SAPI 5.1 code (MS Speech Recognition).. Pin
RoyZ77724-May-07 13:08
RoyZ77724-May-07 13:08 
QuestionSage Accounts and vb.net Pin
franjones23-May-07 8:09
franjones23-May-07 8:09 
AnswerRe: Sage Accounts and vb.net Pin
Dave Kreskowiak23-May-07 8:24
mveDave Kreskowiak23-May-07 8:24 
GeneralRe: Sage Accounts and vb.net Pin
Steven J Jowett23-May-07 23:41
Steven J Jowett23-May-07 23:41 
GeneralRe: Sage Accounts and vb.net Pin
Dave Kreskowiak24-May-07 4:04
mveDave Kreskowiak24-May-07 4:04 
GeneralRe: Sage Accounts and vb.net Pin
Steven J Jowett24-May-07 4:22
Steven J Jowett24-May-07 4:22 
QuestionSFtp with .NET Pin
shiveta23-May-07 7:02
shiveta23-May-07 7:02 
AnswerRe: SFtp with .NET Pin
Dave Kreskowiak23-May-07 7:24
mveDave Kreskowiak23-May-07 7:24 
GeneralRe: SFtp with .NET Pin
shiveta23-May-07 7:36
shiveta23-May-07 7:36 
GeneralRe: SFtp with .NET Pin
Dave Kreskowiak23-May-07 8:07
mveDave Kreskowiak23-May-07 8:07 
QuestionOperations Research Pin
de silva23-May-07 6:55
de silva23-May-07 6:55 
AnswerRe: Operations Research Pin
Dave Kreskowiak23-May-07 7:22
mveDave Kreskowiak23-May-07 7:22 

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.