|
MouseWhere site :: Main Window
The main window of the program.
The main window of the program can be divided into 3 parts:
1. In this part of window the information about cursor position such as
:
Global coordinates and coordinates relative to window mouse cursor points
to.
2. In this part of a window you can see information about the characteristics
of a component that is under mouse cursor.
You can see following information about a component (window):
- Name
- Caption
- HWND
- Style
- Text style
- Size
3. In this part of a window you can see characteristics for a parent window
for window mouse cursor points to.
The following information about the parent of a component (window) is
shown.
- Name
- Caption
- HWND
- Style
- Text style
- Size
|