in reply to How can I fetch text from Windows Title Bars?

If you were working with the Win32 API directly you would use EnumWindows and GetWindowText, but I don't see anything that wraps EnumWindows in the Win32 documentation. Given that EnumWindows requires a call back function, it may be somewhat non-trivial to do.


Perl is Huffman encoded by design.
  • Comment on Re: How can I fetch text from Windows Title Bars?