|
-
Jan 21st, 2011, 08:26 AM
#3
Thread Starter
PowerPoster
Re: {Word} Highlight or Underline word while Speaking
westconn1:
Thanks for the code example. Will see what happens.
Speech loads the entire document or selection into its buffer using something similar to a textbox
Code:
With tbText
.SelStart = 0
.SelLength = Len(.Text)
End With
So the problem becomes knowing where the speech is in "its" buffer in relationship to Words buffer (my guess it has one), and correlating the two, so that as the document is being read, each word is emphasized (underlined, bolded, highlighted, etc.)
Currently the way "text to speak" is implement it just reads the document or selection from the Speech buffer and the words displayed on the screen (in Word) just remain at their original cursor selection point.
Last edited by dw85745; Jan 21st, 2011 at 08:30 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|