manofman Posted December 15, 2007 Posted December 15, 2007 (edited) ok first i want to take a moment to say thank you for all great people thats have help me before Now i have try to get text on whats i have think its an list box or listview and always cant get result but i found after that this is not a listbox or a listview but this cause another trouble i try to use ControlGetText but i get always an error and i have try with different program to see if its not about the program its self here an example i have make with windows live messenger for example only WinWaitActive("Windows Live Messenger") Blah() dim $bbb dim $i Func Blah() $i = 0 Do $bbb = ControlGetText ( "Windows Live Messenger","", "[Class:DirectUIHWND]" ) MsgBox("","", $bbb ) $i = $i 1 sleep(500) Until $i = 300 EndFunc Its just a test i made on one program to see if its about the program but i think i made something incorrectly but cant find whats And just for say no i dont try to make a spy soft its was only a test that i have just try after several test and because i have just made the test and have my script always open i take it in example and anyway if you look at messenger you will see its not a listbox or listview and does not look like this with this class and like i say before i am trying to get text for something that looks like a listbox or listview but its not that. Thank you if anyone have an idea that can help me Edited December 15, 2007 by manofman
Zedna Posted December 24, 2007 Posted December 24, 2007 AutoIt can get text only from standard windows controls like Edit,Label,ListBox,ListView. [Class:DirectUIHWND] is not probably standard windows control. Resources UDF ResourcesEx UDF AutoIt Forum Search
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