All I have is a handle to a window or control ... given that is there any practical way of determining what type of control it is?
I only need to detect a dozen or so of the common Windows controls (listbox, richedit, edit, etc) - not all of them, and not any custom controls, but obviously I can't just go on the Class name because that can be changed (the standard Richedit control in PBWinspy is "EDM32EDIT", for example)
I only need to detect a dozen or so of the common Windows controls (listbox, richedit, edit, etc) - not all of them, and not any custom controls, but obviously I can't just go on the Class name because that can be changed (the standard Richedit control in PBWinspy is "EDM32EDIT", for example)
Comment