Hello there, which window messages does this control respond to? I would like to add support for this text editor into free and open source screen reader nvda ( http://nvda-project.org ). You are using standard dialog boxes which are already accessible when microsoft active accessibility api is in use but the control used to display text is not. It is possible to retrieve the text because it reacts to WM_GETTEXTLENGTH and WM_GETTEXT window messages. It means I can make support for reading only. For other things I need a way how to retrieve caret position at least and it would be even nice if I should some how retrieve formatting properties such as font name, font attributes, alligment ETC. Are some of these already available or can you help to make this particular control more accessible please?
-- <http://forum.pspad.com/read.php?2,40766,40766> PSPad freeware editor http://www.pspad.com
