Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Problem in getting text of the tree node using Win32::GuiTest::Treeview for Windows 64 bit application

by nsharma (Initiate)
on Aug 23, 2012 at 07:57 UTC ( [id://989230]=perlquestion: print w/replies, xml ) Need Help??

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;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://989230]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-04-23 21:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found