j_stam_84 0 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 Share this post Link to post Share on other sites
GaryFrost 18 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. Share this post Link to post Share on other sites