downloads programs from a to z
Window Information - Window Information Component Window Information (TWindowInformation component) allows you to find any window in
Search:
 » Home » Developer Tools » Components & Libraries » Window Information
Company: Greatis Software
License: Shareware
Version: 1
System: Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000
Size: 1527 KB
Date Released: 22-11-2005
Price:
Screenshot: Click here to see Screenshot
Downloads: 870
Homepage: http://greatis.com/delphicb/wininfo/
Date added: Feb 12, 2007
Click here to Download
Window Information - Window Information Component 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 THotKeys component. Window Information can be ordered separately or as a part of Delphi Toys component pack.

NEWS

So far, nothing for that!

RECOMMENDED DOWNLOADS IN THIS CATEGORY

 » Home  » Developer Tools » Components & Libraries (1339) Select page: [1] 2 3 4 5 6...
 » HS NTP C Source Library
HS NTP is a software library in C (supplied with full source code) which implements the client side of Network Time Protocol (POP3) over UDP socket layer according to RFC1769 and RFC1305. HS NTP Library allows a user application to synchronise local syste ...
Hillstone Software | 68 KB | Win95,Win98,WinME,WinXP,Windows2000,Windows2003 | 0 | Downloads: 878
Date added: Feb 12, 2007 |  » Details
 » MSCExec for Windows
MSCExec allows you to call OS command or launch an application right from your script. You can set parameters for the call and check results. ...
Miraplacid | 688 KB | Win95,Win98,WinME,WinNT 4.x,Windows2000,WinXP,Windows2003 | 0 | Downloads: 843
Date added: Sep 19, 2005 |  » Details
 » DayView
The Day View OCX is a list of items or appointments for a day which is like the Microsoft Outlook Day View displayed in the calendar. The Day View OCX allows the programmer to add, move and remove items, and define their appearance. Each item may have a t ...
April16 | 34 KB | Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000 | 80 | Downloads: 399
Date added: Sep 19, 2005 |  » Details
 » Open and Save Dialogs Toolkit
Open and Save dialogs toolkit allows you to open 50 graphics file types and save to 21 graphics file types from your application. Just few lines of code are needed to make it working. Dialogs use HBITMAP handle as input and output and even novice develope ...
fCoder Group International | 3521 KB | Windows | 0 | Downloads: 837
Date added: Sep 26, 2005 |  » Details
 » SimpleChart
Create bar charts, line charts and pie charts with these easy to use ActiveX charting components. Includes web server license and comprehensive help file with sample code covering everything from Visual Basic 6 to C# and ASP.NET. ...
Imagio Technology Ltd. | 1477 KB | Windows | 129 | Downloads: 816
Date added: Sep 26, 2005 |  » Details
 » ADSS Charts Control
ADSS Charts Control designed to display three types of Charts: Horizontal bar Chart Vertical bar Chart Pie Chart Key Features: Supports Captions and Values. Text can be aligned,control allows to display text information inside and outside chart elements. ...
Advanced Software Solutions | 456 KB | Win98,WinME,Windows2000,WinXP,Windows2003 | 47 | Downloads: 954
Date added: Feb 12, 2007 |  » Details
 » Evans FTP
Evans FTP is a total FTP programming solution designed for use with all ActiveX and COM supporting languages. Evans FTP includes asynchronous and synchronous OCXs and DLLs (4 components) to maximize your ability to easily write the best possible FTP compo ...
Evans Programming | 3122 KB | Windows | 149.95 | Downloads: 815
Date added: Sep 19, 2005 |  » Details
 » Teroid Data Grid View Export Control
Teroid Data Grid View Export Control is a .NET Windows Forms control which exports the contents of a Data Grid View to a csv (comma separated values), XML or HTML file. It is very simple to use: just set the DataGridView property and call the ExportToCsv, ...
Teroid Software Limited | 127 KB | Win95,Win98,WinME,WinNT 4.x,Windows2000,WinXP,Windows2003 | 39.95 | Downloads: 842
Date added: Feb 12, 2007 |  » Details
 » A.M.L. - Full Edition : Advanced Media Library
The Elefun Company has released A.M.L. -a Advanced Media Library. This Multimedia Library is intended for games` and multimedia applications` developers. AML is an effective multimedia library, capable of playing practically all audio formats, midi files ...
EleFun Multimedia | 150 KB | Win95,Win98,WinME,WinXP,WinNT 4.x,Windows2000 | 15.95 | Downloads: 870
Date added: Sep 19, 2005 |  » Details
 » #Calculation Component
#Calculation component is a powerful calculation engine for your applications. This ActiveX component integrates expression parsing and evaluation. Generally speaking, #Calculation is very useful in two main areas: first, when a formula has to be defined ...
XoYo Software | 571 KB | Win98,WinME,WinNT 4.x,Windows2000,WinXP,Windows2003 | 159.00 | Downloads: 892
Date added: Sep 19, 2005 |  » Details
 » SIP DLL
SIP DLL - A powerful and highly versatile VoIP SDK to accelerate development of SIP applications. Our brand-new SIP DLL provides a powerful and highly versatile solution to add quickly SIP (Session Initiation Protocol) based dial and receive phone calls f ...
conaito Technologies | 3822 KB | WinXP,Windows2000,Windows2003,Windows Vista Starter,Windows Vista Home Basic,Windows Vista Home Premium,Windows Vista Business,Windows Vista Enterprise,Windows Vista Ultimate,Windows Vista Home Basic x64,Windows Vista Home Premium x64,Windows Vista Busine | 999 | Downloads: 914
Date added: Oct 25, 2007 |  » Details
 » Aspose.Recurrence
Aspose.Recurrence is a .Net component to represent recurrence patterns in your application and calculate occurrence dates for them. With it, you can: Create daily, weekly, monthly and yearly recurrence patterns. Support exemptions to series of occurrences ...
Aspose Pty Ltd | 601 KB | WinXP,Windows2000,Windows2003 | 90 | Downloads: 904
Date added: Sep 19, 2005 |  » Details
 » HS FTP Client C Source Library
HS FTP is a software library in C (supplied with full source code) which implements the client side of the File Transfer Protocol over TCP socket layer according to RFC 959. The library allows a user application to connect to remote FTP servers, traverse ...
Hillstone Software | 236 KB | Win95,Win98,WinME,WinXP,WinNT 3.x,WinNT 4.x,Windows2000,Windows2003 | 0 | Downloads: 933
Date added: Feb 12, 2007 |  » Details
 » last-RSS.php
lastRSS.php is simple yet powerfull PHP class to parse RSS 0.9x, 1.0 and 2.0. It use quick regullar expressions instead of XML parser and returns associative array with RSS fields as a result. Included transparent cache doesn`t cache RSS file directly, ne ...
Vojtech Semecky | 2 KB | Win95,Win98,WinME,WinNT 4.x,Windows2000,WinXP,Windows2003,Unix,Linux | | Downloads: 742
Date added: Sep 19, 2005 |  » Details
 » TAS Professional 7 Powered by CAS
TAS Professional is designed to be a complete application development tool for graphical operating systems. It provides application building tools for the programmer new to application development, as well as the seasoned developer demanding professional ...
Computer Accounting Solutions | 50411 KB | Win98,WinME,WinNT 4.x,WinXP,Windows2000 | 199 | Downloads: 831
Date added: Sep 19, 2005 |  » Details
 » IP2stats ActiveX
IP2stats ActiveX, Identify the country origins of your visitors in real time. -Display Country name, population, currency, and continent. -Redirect user based on country. -Web log stats and analysis. -Filter access from specific countries. -Decrease credi ...
IP2stats.com | 630 KB | Win95,Win98,WinME,WinXP,Windows2000 | 29.95 | Downloads: 823
Date added: Sep 19, 2005 |  » Details
 » AJAX JoyiStar WebShop
The JoyiStar WebShop is the Ajax web development tools released by JoyiStar corporation. It provides an efficient OOP developing method to construct stable and convenient Rich Web applications based AJAX component. Main Features 1, efficient developing to ...
JoyiStar Corporation | 76000 KB | Win98,WinME,Windows2000,WinXP,Windows2003 | 40 | Downloads: 840
Date added: Feb 12, 2007 |  » Details
 » Chilkat .NET Mail Component
A POP3 / SMTP email .NET component for sending and receiving email. Packed with advanced features including: full S/MIME capability for sending and receiving signed and encrypted email, MHTML for sending HTML email with embedded images and style sheets, m ...
Chilkat Software, Inc. | 2000 KB | Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000 | 99 | Downloads: 895
Date added: Sep 19, 2005 |  » Details
 » BKAudio
The BKAudio v2.0 class library allows you to visually add sounds to your .NET applications! The current version includes: 1. Fully commented class libraries developed in 100% CLS compliant C# code. 2. Thorough documentation in .CHM (Compiled HTML Help Fil ...
Bill Koukoutsis | 1065 KB | Win98,WinME,WinXP,Windows2000 | 32.00 | Downloads: 965
Date added: Sep 19, 2005 |  » Details
 » Movie Player Pro ActiveX OCX SDK
For Professional Windows Developers who need to provide video/audio media playback function within their business application. powerful media player activex. Support Mov, M4a, Mp4 with aac audio, 3gp with amr audio, Avi, Wmv (window media video), asf, RM ...
Viscom Software | 53 KB | Win98,Windows2000,WinXP | 150 | Downloads: 875
Date added: Oct 25, 2007 |  » Details
go to top Select page: [1] 2 3 4 5 6...
What Font is | fonts | free fonts | download fonts | free fonts download | web fonts |