Help for this page

Select Code to Download


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