Description of Window Contents Explorer Utility :
The Window Contents Explorer Utility describes the contents of any window as it represented by the Windows controls. For each control it reports: #DlgCtrlID: WindowText: ClassName, R:(Left, Top) [Width, Height], S:Style, ES:Extended Style The values of Style and Extended Style can be decoded using the WS_* and WS_EX_* constants and, besides, the values of Style can also be decoded using the class-specific constants for the known classes (BS_* for buttons, ES_* for edits and so on).In some cases (not under Windows NT and for good applications) it can also extract the control image both in BMP and WMF formats.