AU3Newbie Posted April 17, 2008 Posted April 17, 2008 (edited) Here's what I'm talking about... snap000610.bmp ============= IN AHK: WinGetClass Retrieves the specified window's class name. WinGetClass, OutputVar [, WinTitle, WinText, ExcludeTitle, ExcludeText] -------------------------------------------------------------------------------- In Au3: WinGetClassList Retrieves the classes from a window. WinGetClassList ( "title" [, "text"] ) ====================================================== Now,I'd like to get the result as that of AHK's Windows Class,not of Au3's Class list.How can I do it? Thank you! Edited April 17, 2008 by AU3Newbie
smashly Posted April 17, 2008 Posted April 17, 2008 Hi Have a look in the udf section of the help file under WinAPI Management for _WinAPI_GetClassName() Cheers
AU3Newbie Posted April 17, 2008 Author Posted April 17, 2008 HiHave a look in the udf section of the help file under WinAPI Management for _WinAPI_GetClassName()Cheersthank you.I think so,too.1st,Include the WINAPI file,then,from the title get the handle,from the handle get the class.
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