Re: [Tutor] WIn32 extension -= exposing methods with a windows handle

2008-06-21 Thread Alan Gauld
"Mike Meisner" <[EMAIL PROTECTED]> wrote i obtain a handle to the chat box. At that point, I don't see any apparent win32 functions to expose the methods available in the chat box and, thereby, extract the chat text information I need. It depends on the exact type of the dialog box. You can

[Tutor] WIn32 extension -= exposing methods with a windows handle

2008-06-21 Thread Mike Meisner
I would like to capture information from a multi-player internet game in order to tabulate player statistics. Specifically, I need information from a chat box within the main play window. Using the win32 extension (win32gui module: EnumWindows, EnumChildWIndows) I can obtain a handle to the ch