I am writing a screen reader, not that there is much to write. I imported the DirectSS activex control and twenty minutes later I was up and running.
There are a couple things I need to do though. First, I need to be able to get the clipboard contents whenever something is copied to it. I think it involves hooks, but am not really sure, and am hoping there is a friendly, Builder way of doing this.
Secondly, I would like to use regex replacement. One big annoyance with my current screen reader is that it reads urls. Ideally, I would be able to replace with an empty string before reading. I am used to using regex in languages like PHP and Java, but not sure how to go about it in C++.
Are there any features you guys think would be good to add for a screen reader? I might be the only non-blind person in the world who uses one, but I really love mine. They take a while to get used to but they let you read through huge paragraphs quickly and without eyestrain, as well as letting you read over stuff you wrote to see if it sounds good.
Thanks in advance for any help,
Trent
There are a couple things I need to do though. First, I need to be able to get the clipboard contents whenever something is copied to it. I think it involves hooks, but am not really sure, and am hoping there is a friendly, Builder way of doing this.
Secondly, I would like to use regex replacement. One big annoyance with my current screen reader is that it reads urls. Ideally, I would be able to replace with an empty string before reading. I am used to using regex in languages like PHP and Java, but not sure how to go about it in C++.
Are there any features you guys think would be good to add for a screen reader? I might be the only non-blind person in the world who uses one, but I really love mine. They take a while to get used to but they let you read through huge paragraphs quickly and without eyestrain, as well as letting you read over stuff you wrote to see if it sounds good.
Thanks in advance for any help,
Trent