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.
___
=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,
>
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
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.
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
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
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.
__