Winspector

Download   Features   Change History   Newsletter Signup

Winspector - Window properties

Winspector allows you to view as many Property windows as you like. You can even save the contents as a HTML file if you wish.

You can display a Property window by right-clicking on the window in the Window List and selecting Properties from the menu. You'll then get a display similar to this:

Screen shot showing the window properties available

Copying to clipboard is a single click

To the right of each property is an icon. Click this icon to copy the property to the clipboard.

When copying window styles to the clipboard Winspector copies them in the most useful way. For the above example Winspector copies the following:
WS_DLGFRAME | WS_OVERLAPPED | WS_POPUP | WS_VISIBLE | WS_CLIPSIBLINGS | WS_BORDER | WS_SYSMENU | DS_SETFONT | DS_MODALFRAME | DS_NOIDLEMSG | DS_3DLOOK

Toolbar

The toolbar has several useful functions including locating the window in the Window List and showing a Message window.

[TOP]