in reply to How can I retreive a list of widgets in a non-owned window (Win32::GUI / Win32::GuiTest)

As I already pointed out to you, Win32::GuiTest comes with the spy--.pl program, which lists the controls in a window. You can't call methods on these, as they are not part of your program. You can use Win32::GUI to "call methods" on the foreign controls given their handle, or you can just use the tools that Win32::GuiTest gives you.

  • Comment on Re: How can I retreive a list of widgets in a non-owned window (Win32::GUI / Win32::GuiTest)
  • Download Code