dark_jedi Posted September 23, 2006 Posted September 23, 2006 I want to record all the window titles of only a certain class. I can see what the class is from the AUTOITINFO program. How can I record them all.
Moderators SmOke_N Posted September 23, 2006 Moderators Posted September 23, 2006 (edited) API GetClassName + WinList() Edited September 23, 2006 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
dark_jedi Posted September 29, 2006 Author Posted September 29, 2006 I know winlist() and have used it. How do I use API GetClassName do I have to #include <windows.h> or something like this?
Moderators SmOke_N Posted September 29, 2006 Moderators Posted September 29, 2006 I know winlist() and have used it. How do I use API GetClassName do I have to #include <windows.h> or something like this?Personally, I'd do an advanced search for it here, and you never know, you just might find the answer to your question Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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