jdelaney Posted February 22, 2012 Posted February 22, 2012 Anyone have a way of getting column headers from a control with Class = GXWND? I'm able to pull out all record data, except that row, since I'm unable to "select" it prior to my copy to clipboard. Thanks. 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.
jdelaney Posted February 22, 2012 Author Posted February 22, 2012 Nuts, found what I needed, but not for the proper control :/ _GUICtrlListView_GetHeader If only there were a _GUIGrid_* 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.
jdelaney Posted February 23, 2012 Author Posted February 23, 2012 bump . Even if I can't get the text, I still need to be able to grab where the columns are, so I can click to sort. Any help/tips would be appreciated. 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.
jdelaney Posted February 23, 2012 Author Posted February 23, 2012 Answer my own question...it's ugly...I'm doing pixel searches to find the black | between grid cols to get the coords to click...so ugly. 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.
jdelaney Posted February 24, 2012 Author Posted February 24, 2012 Last bump. 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