How to control which text Narrator reads

82 Views Asked by At

I need to add some text to what Narrator reads from a Win32 ListView. E.g., besides a listview item's caption, it needs to say the type of the item (the type is defined by the application in this case). Is there any special message or another kind of request performed by Narrator for obtaining texts, or is it limited to regular WM_GETTEXT and similar messages?

The question is about Win32 or COM API including shell (i.e., not .NET / WinForms / WPF).

0

There are 0 best solutions below