Index >> Development >> Delphi >> Window Information
Report SpywareWindow Information 1.03
Window Information Download

Window Information Screenshot Click to enlarge screenshot

Downloads:     221
Star Rating: 0 / 0    Rated by: 0 user ( s )   
Developer:      Greatis Software  
License, Price:Demo, $32.00
Size, OS :       627 KB   |   Windows System
Last Updated: October 08, 2009, Thursday
Software ID:   54166   |   Use this software ID to contact us
Read user reviews Submit a review Check last version on developer's site

Software Description:

Window Information allows you to find any window in the system and analyze it
Window Information (TWindowInformation component) allows you to find any window in the system and analyze it with VCL-friendly TWindow class which allow to access any window data with simple VCL-friendly properties, like Left, Top, Width, Height, BoundsRect, Text, Icon, WindowState, StayOnTop, etc.
All you need to find the window is to set the search parameters (SearchText, SearchClass and SearchKind properties) and to call the Refrech method. The OnAllowAdd and OnAdd events will be fired for each found window. After finishing the search process all the found windows will be present in the Windows array-type property as TWindow objects.
Forget about WinAPI calls to obtain low-level information about the window present by its handle - now you can create single TWindow object with the window handle passed to constructor and access any information by properties of this class in clear VCL style:
uses WinInfo;
...
with TWindow.Create($D0260) do
try
if Visible and Enabled then WindowState := wsMaximized;
finally
Free;
end;
Controlling the non-VCL windows never was so simple!
Window Information suite includes demo project that demonstrates main features of TWinInfo component
What's New: Compatibility with Delphi 2010
Limitations: Limited functionality

100% Clean:

100% Clean Window Information 1.03 is 100% clean
This download (delphitoysdemo.zip) was tested thoroughly and was found 100% clean. Click "Report Spyware" link on the top if you found this software contains any form of malware, including but not limited to: spyware, viruses, trojans and backdoors.

 

Related Software:

  1. Clipboard History 1.03 - Clipboard History allows you to monitor text clipboard changes
  2. Commented Image 1.14 - Commented Image allows you to add frame'n'text comments onto any image
  3. Delphi Toys 2013.10 - WinAPI and Low-Level VCL Components
  4. Desktop Settings 1.03 - System Colors, Wallpaper and Screen Saver Control Component
  5. File Version 1.03 - File Version allows you to access any VERINFO values of any executable file
  6. Folder Monitor 1.03 - Folder Monitor allows you to monitor any disk folder content.
  7. Form Designer 3.89 - Form Designer allows you to move and/or resize any control on your form
  8. Form Saver 1.03 - Form Saver allows you to save and load entire form or any component
  9. File Search 1.03 - File Search allows you find any file or folder on your disks
  10. Hot Keys 1.03 - Hot Keys allows you to register and use system wide hot key with unusual easy

recommended software

  • HelpSmith
    HelpSmith
    HelpSmith is an innovative help authoring tool which allows you to create CHM Help files, Web Help , Word RTF, and Manuals from a single source. The r...
  • EditPlus
    EditPlus
    EditPlus is a text editor, HTML editor, PHP editor and Java editor for Windows. While it can serve as a good Notepad replacement, it also offers many ...