marcz908 has asked for the wisdom of the Perl Monks concerning the following question:
I just started playing around with Win32::CtrlGui this morning. I have learned how to get a handle to a window, and look at the title, now I am trying to figure out how to get a list of the widgets within a window so I can manipulate them. Sending key sequences is easy but its not enough for what I want to do. I'm not really pulling it out of the documentation, it seems like the docs assume you know alot about Win32 programming to begin with, which I dont. Does anyone have any suggestions to where I can find the info I am looking for without having to read through hundreds of win32 programming texts? Thanks!
Comment on 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.