Jump to content

Problem accessing SysTreeView


kd123
 Share

Recommended Posts

Hello,

I am having problem accessing SysTreeView Control... the tree control is coded not to take any keyborad inputs, I need to execute a right click on the nodes in the tree, I am not able to do so, Send({SHIFTDOWN}{F10}{SHIFTUP}) donot work... it gives the menu of the container in which tree is displayed, Is there any way via AutoIT? Is there any way to get the X,Y coordinates of the node text?

I am using AutoIT via Perl by doing

use Win32::OLE;

my $Au3 = Win32::OLE->new("AutoItX3.Control");

and then access all function with $Au3 object.

In the SysListView i.e in function ControlListView, all the command options do not work only GetText works, any help?

Thanks

KD

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...