I am about to start developing an application, which requires accessibility for blind people. It will be a front-end to google calendar for blind people. Can I do this in C#? Does .NET provide accessibility? I want to read the information from screen readers(e.g. JAWS), a software that uses voice to interpret what is written on the screen. Any good suggestions from anyone on where to start? I've only found stuff about web accessibility...
Thank you in advance!
5 replies to this topic
#1
Posted 21 February 2011 - 05:10 PM
|
|
|
#2
Posted 21 February 2011 - 05:37 PM
Its actually not to hard to make the computer talk in C#.
Speaking Computer in C# (C# Programming Tutorial) • Geekpedia
It might be another story if you want to read text of another application(not in the winForms).
~ Committed.
Speaking Computer in C# (C# Programming Tutorial) • Geekpedia
It might be another story if you want to read text of another application(not in the winForms).
~ Committed.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
#3
Posted 21 February 2011 - 05:51 PM
Thank you so much for the qquick reply! This will be useful for me... Though the thing is that people with visual impairment use special software, like JAWS, to interact with the PC. I need to be sure that C# supports interaction this software... Thanks again!
#4
Posted 21 February 2011 - 05:57 PM
What do you mean by interaction? Like the computer says " 1 + 1 = ?" and waits for the users input? You can do that with C#. Or do you mean interaction with software like JAWS?
~ Committed.
~ Committed.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
#5
Posted 21 February 2011 - 06:03 PM
Ineraction with software, like JAWS. JAWS "reads" the screen and says what it reads... :-)
#6
Posted 22 February 2011 - 10:22 AM
I think you should be able to do that with C#, but it depends on information you getting from JAWS, and what your doing with it.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









