contoocook2000 has asked for the wisdom of the Perl Monks concerning the following question:

I would like to read content of VB spread control(show up as SPR32x30_SpreadSheet in Spy window), but don't know how. Any help will be appreciated.

Replies are listed 'Best First'.
Re: Reading content of VB spread control
by jplindstrom (Monsignor) on Jul 26, 2004 at 20:04 UTC
    I can imagine that Win32::GuiTest and/or Win32::ActAcc are useful for this. Maybe Win32::GUI as well.

    You may have to call Win32 API functions using Win32::API, but probably the Win32::GUI::Text($hwind) sub is enough.

    (I see now that some of these modules aren't up-to-date on CPAN, so google for more recent PPMs)

    /J