I am making a program using C #, the user must be blind. I did everything, but I remembered that a blind user cannot run the application like any person.
So, is it possible in C # to add a program to the program launch list and send it to the tray, and when the user presses the Esc key, the program starts.
Thank..
source
share