I'm making a program using C#, the user should be blind person. I've done everything but I remembered that the blind user can't start the application like any person.
So is it possible in C# to add the program to the startup programs list and send it to the tray, and when the user presses Esc key for example, the program starts.
Thanks..