how to get sapi to say 1 word from a list of words

Posted by mvaughn on Programmers See other posts from Programmers or by mvaughn
Published on 2013-10-19T21:49:35Z Indexed on 2013/10/19 22:13 UTC
Read the original article Hit count: 168

Filed under:

I am writing a program for a spelling test in vb 2010. I have 20 input textboxes for the user to spell the words as sapi says them. My question is ! How do I get sapi to say a word from a multiline textbox then pause and give the focus to the 1st textbox so the user can type it and give them 30 sec then sapi will say the next word then give focus to the 2nd textbox so user can type and give them 30 secs to type the word. Then sapi will say 3rd word the user will get 30 secs to type the word all the way to 20 words then the test will be done. I have 1 multiline textbox that holds 20 words

© Programmers or respective owner

Related posts about visual-basic