GET WINDOW PROPERTIES
-
how can i get the properties of a window(not created by a user application) by using the Window Handle? i know the Window Handle....which function to use to get the properties? regards, kedar.
-
how can i get the properties of a window(not created by a user application) by using the Window Handle? i know the Window Handle....which function to use to get the properties? regards, kedar.
It depends on what properties you're looking for GetWindowText will give you the name in the titlebar GetWindowRect and GetClientRect will get size GetWindowLong can be used the see what styles the window has... you can enumerate all the child windows with EnumChildWindows There are lots of things you can do, so maybe you should check the msdn docs hope this helps Don't think you are, know you are...