I made a windows app and i want that app to read the highlighted text but i am unable to solve this problem.
Can anyone suggest me how can it read highlighted text from anywhere. Example browser and notepad etc. For simple strings I use
obj.SpeakAsync("Hello");
But How to read highlighted text?
I am so confused please tell me any method that solve this problem.