Radsam Posted May 4, 2005 Posted May 4, 2005 Hi,Does anyone know how I can capture the following control that is found in the "Control Under Mouse" section? I can't seem to capture it using the listview control function. BTW it is a list view.Press CTRL-ALT-F to pause the display.>>>>>>>>>>>> Window Details <<<<<<<<<<<<<Title: **Removed for privacy**Class: Afx:400000:20:0:0:5700583Size: X: 60 Y: 95 W: 812 H: 563>>>>>>>>>>> Mouse Details <<<<<<<<<<<Window: X: 591 Y: 330Cursor ID: 0>>>>>>>>>>> Pixel Color Under Mouse <<<<<<<<<<<RGB: Hex: 0xFFFFE1 Dec: 16777185>>>>>>>>>>> Control Under Mouse <<<<<<<<<<<Size: X: 535 Y: 118 W: 246 H: 296Control ID: 1210ClassNameNN: Afx:400000:28:10011:0:03Text: >>>>>>>>>>> Status Bar Text <<<<<<<<<<<>>>>>>>>>>> Visible Window Text <<<<<<<<<<<>>>>>>>>>>> Hidden Window Text <<<<<<<<<<<
buzz44 Posted May 4, 2005 Posted May 4, 2005 (edited) What do you want to get? I also encounted a problem like this and used a combination of ControlListView () and its functions eg, "GetText" to solve it. And you can actually retrieve most/all text from an Item/Subitem.The example isn't very good but.Edit: Maybe I misinterpretted the question :"> . Edited May 4, 2005 by Burrup qq
jpm Posted May 4, 2005 Posted May 4, 2005 You get the answer on the first line of your quote Ctrl-Alt-F and then you can go to AutoIt info window select whatever you want with the mouse put it in the clipboard by Ctrl-C and paste it where you want.
Radsam Posted May 15, 2005 Author Posted May 15, 2005 Check out my post in the following thread:ThreadMy post represents the problem I am having trying to capture listview control text.Any help is appreciated.Radsam
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