Click here to Skip to main content
16,007,932 members
Home / Discussions / C#
   

C#

 
GeneralRe: browse word document Pin
Judah Gabriel Himango8-Jan-08 4:08
sponsorJudah Gabriel Himango8-Jan-08 4:08 
GeneralCalender Control Pin
kibromg7-Jan-08 4:43
kibromg7-Jan-08 4:43 
GeneralRe: Calender Control Pin
Bekjong7-Jan-08 4:47
Bekjong7-Jan-08 4:47 
GeneralRe: Calender Control Pin
PIEBALDconsult7-Jan-08 4:47
mvePIEBALDconsult7-Jan-08 4:47 
GeneralRe: Calender Control Pin
kibromg7-Jan-08 5:13
kibromg7-Jan-08 5:13 
GeneralRe: Calender Control Pin
PIEBALDconsult7-Jan-08 6:15
mvePIEBALDconsult7-Jan-08 6:15 
GeneralSAPI 5.1 displaying training UI from C# Pin
GuyThiebaut7-Jan-08 4:42
professionalGuyThiebaut7-Jan-08 4:42 
AnswerRe: SAPI 5.1 displaying training UI from C# [modified] Pin
GuyThiebaut7-Jan-08 10:16
professionalGuyThiebaut7-Jan-08 10:16 
Ok - I've figured out how to do this in VB.

Noooooooooooooooooo I hear you say - well trust me I feel the shame Sigh | :sigh:

I feel soooo dirty I'm going to have to have a long shower to clean myself Laugh | :laugh:

Note the Microsoft.Speech.Object Library reference needs to be added to the project first.

<br />
Imports SpeechLib<br />
Imports Speech<br />
<br />
Public WithEvents RC As SpSharedRecoContext<br />
Public myGrammar As ISpeechRecoGrammar<br />
<br />
RC = New SpSharedRecoContext<br />
<br />
myGrammar = RC.CreateGrammar<br />
myGrammar.DictationSetState(SpeechRuleState.SGDSActive)<br />
<br />
Dim theRecognizer As ISpeechRecognizer<br />
theRecognizer = RC.Recognizer<br />
<br />
theRecognizer.DisplayUI(Me.Handle.ToInt64, "Speech Training", SpeechStringConstants.SpeechUserTraining, vbNullString)<br />


Apologies for posting this filth VB code on the C# forum

You always pass failure on the way to success.


modified on Monday, January 07, 2008 4:22:30 PM

GeneralRe:Configuring PPPOE settings usign C# in windows Vista Pin
RameshwerE7-Jan-08 4:34
RameshwerE7-Jan-08 4:34 
GeneralAny idea on progresspar Pin
Strategic_Thinker7-Jan-08 4:34
Strategic_Thinker7-Jan-08 4:34 
GeneralRe: Any idea on progresspar Pin
Judah Gabriel Himango7-Jan-08 4:42
sponsorJudah Gabriel Himango7-Jan-08 4:42 
GeneralRe: Any idea on progresspar Pin
mark_w_7-Jan-08 4:45
mark_w_7-Jan-08 4:45 
QuestionString equivalent of a double Pin
edel_ong7-Jan-08 3:29
edel_ong7-Jan-08 3:29 
GeneralRe: String equivalent of a double Pin
originSH7-Jan-08 3:39
originSH7-Jan-08 3:39 
GeneralRe: String equivalent of a double Pin
Skippums7-Jan-08 4:02
Skippums7-Jan-08 4:02 
GeneralRe: String equivalent of a double Pin
Luc Pattyn7-Jan-08 5:04
sitebuilderLuc Pattyn7-Jan-08 5:04 
GeneralRe: String equivalent of a double Pin
edel_ong7-Jan-08 6:07
edel_ong7-Jan-08 6:07 
GeneralMoving messages Pin
simworld7-Jan-08 3:26
simworld7-Jan-08 3:26 
GeneralRe: Moving messages Pin
Pete O'Hanlon7-Jan-08 3:50
mvePete O'Hanlon7-Jan-08 3:50 
GeneralRe: Moving messages Pin
simworld7-Jan-08 8:07
simworld7-Jan-08 8:07 
GeneralRe: Moving messages Pin
Luc Pattyn7-Jan-08 9:07
sitebuilderLuc Pattyn7-Jan-08 9:07 
GeneralRe: Moving messages Pin
simworld8-Jan-08 7:37
simworld8-Jan-08 7:37 
GeneralRegex.Matches() problem Pin
Seishin#7-Jan-08 2:42
Seishin#7-Jan-08 2:42 
GeneralRe: Regex.Matches() problem Pin
LuCasn7-Jan-08 2:45
LuCasn7-Jan-08 2:45 
GeneralRe: Regex.Matches() problem Pin
Seishin#7-Jan-08 2:57
Seishin#7-Jan-08 2:57 

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.