how do i use GetClassName to store a window's class name in a variable named "Class"
(assume the window i need to get the class from is named "Example Window")
thanks for any help in advance
Printable View
how do i use GetClassName to store a window's class name in a variable named "Class"
(assume the window i need to get the class from is named "Example Window")
thanks for any help in advance
Take a look at this thread. Megatron shows how to get the class of a Window using the GetClassName api function.