Jump to content

Read Data From A Non Standard Windows Control


ptrex
 Share

Recommended Posts

I am trying to read the data from a non standard windows Listview "LIKE" control.

I managed to find out which ctrl it is about.

I know it is the correct control, because when I use the ControlHide it disappears.

Now the tricky part is to read the data from the control.

This Non standard Windows control has rows and columns, but I can' t read the data using this function?

Func ReadCtrl()
$handle = ControlGetHandle("", "", "6")
    $Data =  ControlListView("", "",$handle, "FindItem", "TEST" )
    MsgBox(0,"Read data", $Data &"  "& $handle& " "&@error )
EndFunc

The only thing showing is the $Handle

Is this command "ControlListView" not the correct one to use, because this is a non windows application ?

Is there an other way of retrieving the data from the Ctrl ?

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...