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
- < P>
-
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.
-
+
-
+ or
Comments
Post a Comment