Re: [python-win32] Child Windows

2008-04-09 Thread Tim Roberts
João Abrantes wrote: > =D thanks! just one more thing.. how do i found the controls ids of a > certain application? I use the "spyxx.exe" tool included with Visual Studio. Borland has a similar tool called Winsight. -- Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. ___

Re: [python-win32] Child Windows

2008-04-09 Thread João Abrantes
=D thanks! just one more thing.. how do i found the controls ids of a certain application? > Date: Tue, 8 Apr 2008 14:53:40 -0700 > From: [EMAIL PROTECTED] > To: python-win32@python.org > Subject: Re: [python-win32] Child Windows > > João Abrantes wrote: > > Hello, >

Re: [python-win32] Child Windows

2008-04-08 Thread Tim Roberts
João Abrantes wrote: > > 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. Many g

Re: [python-win32] Child Windows

2008-04-08 Thread João Abrantes
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.

Re: [python-win32] Child Windows

2008-04-08 Thread Tim Roberts
João Abrantes wrote: > 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? Mark Ham

Re: [python-win32] Child Windows

2008-04-08 Thread Jürgen Kareta
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? > > Reg

[python-win32] Child Windows

2008-04-08 Thread João Abrantes
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. __