Jump to content

ControlListView


Recommended Posts

Hi everyone,

Can someone shed some light on the following situation ?

I have a SysTreeView control that I can't access.. I 'thought' it would be possible

with ControlListView but that doesn't give me any results back. (mostly just an empty string).

The funny thing is that @Error is not set to 1 after trying to use the ControlListView function. So I must be doing something wrong ?

code example

$setupHandle = WinGetHandle("Winamp Setup")

MsgBox(64, "", ControlListView("Winamp Setup", "", "SysTreeView321", "GetSelected"))

Thanks in advance

Link to comment
Share on other sites

From help file

Sends a command to a ListView32 control.

Here's the control your trying to use the command with "SysTreeView321"

Not the same type of control, so it won't work.

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

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