HomeHome
border border Developer Documentation border border
We get cursor position and then use the Api AccessibleObjectFromPoint to retrive name and description of elements.
Next, we use the microsoft agent and speech api (multiple languages available) to read the returned text.

Content of project :
  - class_agent.cs : class for managing microsoft agents
  - class_language_and_tts_engine.cs : class used to show/retrive allowed languages and tts engine
  - class_main.cs : load agent and launch timer to call the dll function.
  - class_options.cs : contains options and methode to read/write them from/to config file.
  - XML_access.cs : utility class to read/write xml files. Used to store configuration in xml file
  - FormMain.cs : code for main window.
  - FormOption.cs : code for the option window.
  - objnamefrompoint.dll : get cursor position and then use the Api AccessibleObjectFromPoint to retrive name and description of elements pointed by the mouse.
border border border border