j_stam_84 Posted May 30, 2005 Posted May 30, 2005 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
GaryFrost Posted May 30, 2005 Posted May 30, 2005 From help fileSends 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now