spyro Posted September 7, 2006 Posted September 7, 2006 I am trying to get the text from a tree view and get control will not work. Any other ideas? Other information: Window Info Control ID: 3802370 ClassNameNN: WindowsForms10.SysTreeView32.app.0.378734a1 I have tried $var = ControlGetText("Window Title Here","","3802370") and $var = ControlGetText("Window Title Here","","WindowsForms10.SysTreeView32.app.0.378734a1") Any better way to get the info out of the window? www.SecurityDistro.com
Moderators SmOke_N Posted September 7, 2006 Moderators Posted September 7, 2006 May find what you need here.http://www.autoitscript.com/forum/index.ph...l=SysTreeView32 Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
spyro Posted September 7, 2006 Author Posted September 7, 2006 I downloaded it and took a look. I would like to use the CopyTreeViewToClipboard function but am having some trouble. What are the $parent_hwnd and $hwnd variables? Are they the root of the tree then subsequent items? www.SecurityDistro.com
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