in reply to
how to get a list of widgets within a window with Win32:CtrlGUI
According to the
Win32::CtrlGUI::Window
docs, there is an
enum_child_windows
method on your Win32::CtrlGUI::Window object that sounds like it would be useful.
Comment on
Re: how to get a list of widgets within a window with Win32:CtrlGUI
Download
Code
In Section
Seekers of Perl Wisdom