Help for this page
use warnings; use Win32::GuiTest qw(:ALL); ... my $Text = Win32::GuiTest::TreeView::GetItemText($SEHandle[0],$Chi +ld); Win32::MsgBox("Text = $Text"); }
use strict; use Carp; ... return undef unless defined $hItem; return $hItem; }