Click here to Skip to main content
15,921,169 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: oracle client component Pin
mr_lasseter7-Jun-07 14:56
mr_lasseter7-Jun-07 14:56 
GeneralRe: oracle client component Pin
shereem khaleel7-Jun-07 15:33
shereem khaleel7-Jun-07 15:33 
QuestionHow can I get my web page in center of a browser Pin
AliHemani7-Jun-07 9:07
AliHemani7-Jun-07 9:07 
AnswerRe: How can I get my web page in center of a browser Pin
Christian Graus7-Jun-07 15:31
protectorChristian Graus7-Jun-07 15:31 
AnswerRe: How can I get my web page in center of a browser Pin
Steven J Jowett8-Jun-07 3:27
Steven J Jowett8-Jun-07 3:27 
Questionadding files to listboxes Pin
jds12077-Jun-07 4:05
jds12077-Jun-07 4:05 
AnswerRe: adding files to listboxes Pin
Johan Hakkesteegt7-Jun-07 21:15
Johan Hakkesteegt7-Jun-07 21:15 
QuestionQuestion about XML with C&C SAPI app in VB.NET Pin
RoyZ7777-Jun-07 3:33
RoyZ7777-Jun-07 3:33 
Hi everybody,

I am building a SAPI C&C app in vb.net, and i would like to make "Sub-commands"
as in: "File (open, close, save, save as.. etc'..)"
so i would like to make the word "File" as an ID an then the option to say and activate one of the 4 sub commands as in the example.. I belive this is called "Chilldren" is it? Confused | :confused:

my Question is: What elements of code should i use to crate this..
i can't understand from the SAPI SDK 5.1 which ones,
though i know the possible elements are:

<DEFINE>
<DICTATION>
<GRAMMAR> (document element)
<ID>
<L>
<LIST>
<O>
<OPT>
<P>
<PHRASE>
<RESOURCE>
<RULE>
<RULEREF>
<TEXTBUFFER>
<WILDCARD>

and a simple 1 ID+RULE i have allready made is like this:

<GRAMMAR LANGID="409">
<DEFINE><ID NAME="go" VAL="1"/></DEFINE>
<RULE ID="1" NAME="go" TOPLEVEL="ACTIVE">
<P>Go</P>
</RULE>
</GRAMMAR>

I hope my Q is not too long..

I'll Appriciate anybody's Help,

Thanks everybody!!! Smile | :)

Ray.


p.s

Here is a link to MS website with the SAPI 5.1 XML Grammer Schema.. (I could get it open only in IE and not in Mozilla..), sorry i couldn't link it since i had to Ignore HTML tags in this msg, and could not get it otherwise..(not even with the "pre") Frown | :(

http://msdn.microsoft.com/library/en-us/SAPI51sr/WhitePapers/grammar.xsd

GeneralAnybody? Please? Pin
RoyZ77710-Jun-07 11:36
RoyZ77710-Jun-07 11:36 
QuestionSubscript &amp; SuperScript in Crystal Report Pin
Rupesh Kumar Swami7-Jun-07 3:17
Rupesh Kumar Swami7-Jun-07 3:17 
QuestionClass Not Registered Pin
Paramhans Dubey7-Jun-07 3:08
professionalParamhans Dubey7-Jun-07 3:08 
AnswerRe: Class Not Registered Pin
Dave Kreskowiak7-Jun-07 4:09
mveDave Kreskowiak7-Jun-07 4:09 
GeneralRe: Class Not Registered Pin
Paramhans Dubey7-Jun-07 6:25
professionalParamhans Dubey7-Jun-07 6:25 
GeneralRe: Class Not Registered Pin
Dave Kreskowiak7-Jun-07 6:27
mveDave Kreskowiak7-Jun-07 6:27 
GeneralRe: Class Not Registered Pin
Paramhans Dubey7-Jun-07 19:50
professionalParamhans Dubey7-Jun-07 19:50 
GeneralRe: Class Not Registered Pin
Dave Kreskowiak8-Jun-07 3:34
mveDave Kreskowiak8-Jun-07 3:34 
QuestionWill VB.NET 2.0 allow dynamically created objects? Pin
Marcus J. Smith7-Jun-07 2:54
professionalMarcus J. Smith7-Jun-07 2:54 
AnswerRe: Will VB.NET 2.0 allow dynamically created objects? Pin
Colin Angus Mackay7-Jun-07 2:58
Colin Angus Mackay7-Jun-07 2:58 
GeneralRe: Will VB.NET 2.0 allow dynamically created objects? Pin
Marcus J. Smith7-Jun-07 4:40
professionalMarcus J. Smith7-Jun-07 4:40 
GeneralRe: Will VB.NET 2.0 allow dynamically created objects? Pin
Polymorpher7-Jun-07 6:46
Polymorpher7-Jun-07 6:46 
QuestionAccess VBA, how to call a method on a subform? Pin
Dan Neely7-Jun-07 2:48
Dan Neely7-Jun-07 2:48 
Questionhow do i remove selected row permanently from sql database through datagrid? Pin
sathyan_82947-Jun-07 2:27
sathyan_82947-Jun-07 2:27 
AnswerRe: how do i remove selected row permanently from sql database through datagrid? Pin
Dave Kreskowiak7-Jun-07 4:05
mveDave Kreskowiak7-Jun-07 4:05 
QuestionInserting text in a RichTextBox at a particular location Pin
ajithmanmadhan7-Jun-07 2:01
ajithmanmadhan7-Jun-07 2:01 
AnswerRe: Inserting text in a RichTextBox at a particular location Pin
Dave Kreskowiak7-Jun-07 4:01
mveDave Kreskowiak7-Jun-07 4:01 

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.