|
Greatis WinDowse
Greatis WinDowse from Greatis Software is an extremely convenient tool for obtaining necessary technical information about any window. Place a mouse cursor on a window, and WinDowse will show all parameters of the window, window class, parents and children including:
"Window" tab
- text or caption
- process ID
- exe filename
- application instance
- window handle
- parent window handle
- window function address
- window menu handle
- coordinates in parent
- coordinates in screen
- window size
- window client area size
- window style and extended style
"Class" tab
- class name
- class function address
- icon and small icons handles
- cursor handle
- background brush handle
- module handle
- class style.
"Parents" tab
- list of parent hierarchy
"Children" tab
- list of children of current window
"Graphics" tab
- absolute (screen) cursor position
- relative cursor position on window coordinates
- relative cursor position on window client area coordinates
- color of the pixel under mouse cursor
- screen capture tools: display, zoom, copy, save
All parameters can be shown in hexadecimal, decimal or binary formats. Upon activation, WinDowse displays a continous readout as the user moves the mouse about the screen - switching back and forth between separate or nested windows. At any time the continuous readout can be frozen by a click of the mouse, and the data for that window studied in detail. WinDowse also allows results to be copied directly to the clipboard. Each field of the analysis is supplied with context-sensitive help explaining "what is", and containing references to WinAPI functions.
Full source codes is available for purchase.
****************************
If you want to get source code, just mail me.
Thank you!
Related Discussions - HOW TO USE "WM_CTLCOLORBTN" (2001-01-17 14:29:25)Microsoft tells: "By responding to this message, the parent window can set a button's text and background colors."
For Delphi:
// form...
- HOW TO GET EXE- NAME AND PATH OF ANOTHER APPLICATION? (2001-02-02 14:18:53)If you have the module handle, then use GetModuleFileName.
- HOW TO PRINT AND MAKE PRINT PREVIEW WITHOUT QUICKREPPORT? (2001-02-06 02:36:29)If you want to use "matricial" printer like EPSON, I have a routine to do it. As I did with clipper, to print in text mode. If it is what you want,...
- TRANSPARENT COMPONENTS (2001-05-14 11:55:38)Till the end of May 2001 you can register cool components: Greatis Form Skin only for $19.95 instead of regular price $29.95....
- MAKING REAL TRANSPARENT FORMS... (2001-05-14 11:55:43)I recommend to use Greatis Form Skin components.
http://www.greatis.com/formskin.htm
- HOW I MOVE AND RESIZE ANY OBJECTS IN MY FORM AT RUNTIME? (2001-04-13 13:58:25)Try TFormDesigner from Greatis Software instead.
Cool component!
http://www.greatis.com/formdes.htm
- RESIZEABLE COMPONENTS AT RUNTIME (2001-05-14 12:19:17)There's an application with source coude here in this site under Forms/Application named MESS i uploaded a long time ago. Download it. It'll show...
- CHNGING FORM PROPERTIES (2001-05-14 23:44:47)Hi Andrew!
Yes, it is possible, but it breaks the common (okay, somewhat boring) look-and-feel of windows application and may distract an...
- GET SELECTED TEXT FROM A RICHEDIT ? (LIKE GREATIS WINDOWSE DOES) (2001-07-13 04:18:55) Hi
No I ment in another program
I want to get selected text in a RICHEDIT box in another
program , like Microsoft Word 2000 ...
Thanx
- TFORMDESIGNER (2001-09-01 20:01:00)I mean TFormDesigner Class.
For Example, this code I get from kbmMemTable
..
public
{ Public declarations }
{$ifdef LEVEL3}...
|