need python+windows edit control help
Mark Hammond
skippy.hammond at gmail.com
Fri Oct 21 22:03:04 EDT 2011
On 22/10/2011 10:30 AM, Eric S. Johansson wrote:
> I'm back with yet another attempt at adding accessibility features using
> Python and NaturallySpeaking. I've simplified the concepts again and I
> really need some help from someone who knows Microsoft Windows and
> Python. My goal is developing a template for what I'm trying to do, then
> I can take over and generate some useful accessibility tools.
The python-win32 at python.org mailing list might be the best place to look
for help - although you will probably need to provide much more
information before anyone can help. MSDN documents most of what you can
do with edit control (look for windows messages starting with "EM_"),
but without checking, I expect you will find programs like Skype don't
use a Windows edit control at all.
Mark
More information about the Python-list
mailing list