The thing is that i just gave the notepad as an example. What I really want is
to send long keystrokes to a child window of a game. And the sendkeys module
doesn't allow you to send long keystrokes. So I think that i really need to use
win32api.sendmessage.
> Date: Tue, 8 Apr 2008 23:51:05 +0200
> From: [EMAIL PROTECTED]
> To: python-win32@python.org
> Subject: Re: [python-win32] Child Windows
>
> João Abrantes schrieb:
> > Hello,
> >
> > I am trying to make a program that sends text to notepad using
> > win32api.SendMessage function. The thing is that I don't know how to
> > get the notepad child window edit handler and I can't find any
> > documentation about win32 (python) can you help me?
> >
> > Regards.
> >
> > ------------------------------------------------------------------------
> > Invite your mail contacts to join your friends list with Windows Live
> > Spaces. It's easy! Try it!
> > <http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us>
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > python-win32 mailing list
> > python-win32@python.org
> > http://mail.python.org/mailman/listinfo/python-win32
> >
> Hi João,
>
> this doesn't answer your question but nevertheless there is the sendkeys
> package wich can do it and maybe give you some thoughts:
> http://www.rutherfurd.net/python/sendkeys/
>
> regards
> Jürgen
> _______________________________________________
> python-win32 mailing list
> python-win32@python.org
> http://mail.python.org/mailman/listinfo/python-win32
_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces.
It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32