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

Reply via email to