TheWulf Posted November 25, 2004 Posted November 25, 2004 (edited) I'm looking for a method to list all the objects in w Window; something similar to WinGetClassList but instead of getting a list of the classes I need a list of all objects (without or without their class) This needs to work with AutoItX as well. Edited November 25, 2004 by TheWulf
TheWulf Posted November 25, 2004 Author Posted November 25, 2004 Yea, example : If there were 2 command buttons and a text box, it would return the name of all these objects, such as Button1 Button2 TextBox1
TheWulf Posted November 25, 2004 Author Posted November 25, 2004 Cool.. I'll port that to VB in a few and give it a try, thanks.
Guest Py7|-|[]/\/ Posted November 25, 2004 Posted November 25, 2004 @Larry Why do you use Send("#r") instead of WinMinimizeAll()?
ezzetabi Posted November 25, 2004 Posted November 25, 2004 ... #r and Winminimizeall() have nothing in common. Win+R open the Run dialog. Do you know what is that? Yes! That old dialog the people used before Ezzetabi invented Run!, now lonely and forgot. I understood if you don't remember.
TheWulf Posted November 26, 2004 Author Posted November 26, 2004 Port to VB?<{POST_SNAPBACK}>Yes, to use with AutoItX. I don't write scripts, I prefer to use the DLL and do my stuff in VB.
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