winapi - Win32API replicate Spy++ window-information capabilities within Python -


I have a third party GUI program that I wrap a Python class (using CTIPs).

Is there Win32 API Functions that can do the following?

1) Get window handle to window on a given screen space.

2) Get a window handle with a button or static window with a caption.

3) Send the text in an edit window.

4) Remove the text from the Richhead example.

I have WinSpy (a spy + + - type app) and it is possible to get a window handle and caption using that tool, but I need something that works within Python .

I think that the CTPP of Python functions within any Win32 API, so I'm scanning MSDN (especially) that I can not find anything that works.

Thank you,

Mike

  1. < P>

  2. To find the child of a window with a given class and name (caption). Repeat the operation to get each parent-child through indecision. Can also be helpful.

  3. +

  4. + or


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -