Hi Kevin, The one thing I should mention is that I don't think the pause key is going to be possible. Window-Eyes has no way for any scripter to determine if the voice is speaking, and if so, where it is in the output stream. This is a significant lack, and we can hope it will be added someday by GW.
You could design the reading of your information so that it could be done in very small units, so that the user could move slowly through a complex expression; that should be almost as good as pausing the speech in the middle of a continuous reading stream, the only difference being that the user would have to continually press some key to read a little bit further, repeatedly, until they're done. Allowing them to move backward and forward in small units should be quite acceptable. Good luck, Chip -----Original Message----- From: Kevin Morales [mailto:[email protected]] Sent: Tuesday, March 26, 2013 8:52 AM To: [email protected] Subject: Question: Window-Eyes and .NET. Dear GW-Scripting List Members, I am a beginner in programming and I happened to be stuck. I am building a .NET application with Visual C# 2012 for desktop. I want my application to use Windoe-Eyes to do the following: 1. Generate a set file for the application. 2. Add dictionary entries for the symbols ^, / and *, along with a few words too. 3. Then, I want the user to press a hotkey and hear if subscript mode is on or off. 4. Lastly, I also want the user to press a hotkey so that Window-Eyes can pause while dictating a Mathematics problem. Is all or most of this even possible, given that .NET has a lot of security and given that .NET is "managed"? If so, can someone give me some guidance as to how to do this? Thanks a lot in advance, Kevin Morales
