StMaSi Posted September 24, 2012 Posted September 24, 2012 I'm attempting to write a script against the attached window. Unfortunately, I'm unable to check/select or uncheck/unselect any of the options (I'm assuming because I'm unable to identify the controls properly). Here's how Au3Info.exe identifies the window...==============================Basic Control InfoClass: SysTreeView32Instance: 1WindowTitle:Class: #32770Position: 220, 193Size: 482,295Style: 0x94CA084CExStyle: 0x00010100Handle: 0x0015022AControlClass: SysTreeView32Instance: 1ClassnameNN: SysTreeView321Name:Advanced Mode: [CLASS:SysTreeView32; INSTANCE:1]ID: 1032Text:Position: 182, 73Size: 227, 146ControlClick Coords: 163, 81Style: 0x50010013ExStyle: 0x00000204Handle: 0x000F0244Visible Text< &Back&Next >CancelSpace required: 202.0 MBCustomize InstallationHidden TextCustomStatusBarToolBarMousePosition: 568, 376Cursor ID: 0Color: 0xFFFFFF==============================I've tried ControlTreeView and ControlListView, but to no avail. Any ideas? Thanx.
jdelaney Posted September 25, 2012 Posted September 25, 2012 Look into the _GUICtrlTreeView_* functions...probably _GUICtrlTreeView_SetChecked IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
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