| View previous topic :: View next topic |
| Author |
Message |
vlcek
Joined: 19 Feb 2007 Posts: 323 Location: Czech Republic
|
Posted: Fri May 23, 2008 9:42 am Post subject: speak focus |
|
|
Hi all.
I want this.
When user is in same focus, the sapi voice say this focus.
Example:
When user send down key and is in focus of button start game, the sapi voice say start game.
When is in focus exit game, sapi voice say exit game.
Can I this?
I using same speak script, but isn't for speak focus. _________________ Thanks. |
|
| Back to top |
|
 |
BoBo² Guest
|
Posted: Fri May 23, 2008 11:29 am Post subject: |
|
|
| Code: | | Run, %SystemRoot%\system32\narrator.exe |
|
|
| Back to top |
|
 |
n-l-i-d Guest
|
Posted: Fri May 23, 2008 1:20 pm Post subject: |
|
|
| Maybe you can try ControlGetText or similar to get the text from the control, and then use the Speech-routine to make it speak out that text? |
|
| Back to top |
|
 |
|