|
ANN: AppControls v2.3.6
November 1, 2001
Utilmind Solutions
==============
The "Advanced Application Controls" v2.3.6 just released!
Whats New in v2.3.6
----------------------
* Added acDBListView component - db-aware version of acListView.
* The acFormHelp component now supports any sophistical buttons and menu items (Toolbar2000 items for instance) as controls which can automatically invoke the help pointer.
* Fixed minor bug in acAppBar component, discovered in Win2000 (Win95/98/NT4 works ok), when user tryed to undock the form double-clicking it to restore it to "floating" state.
* Improved acAutoUpgrader component: now it correctly supports external setup-files, added new option to UpgradeMethod property. Minor improvements in the self-upgrading mechanism.
* Added Dutch localization resources to acAutoUpgrader component. Thanks to Carl Peeraer for translation.
* Implemented couple of new features for tooltips of the acListView component. First - added possibility to specify custom multiline tooltips for list items. Second - added new property ShowScrollTips. When it True and user drags the thumb of vertical scrollbar, the list-view shows the hint with caption of top list item of current sorted column.
* Fixed bug in acEdit component. (Values of PasswordChar and ValidateChars properties was ignored.)
What is the AppControls?
--------------------------
The Advanced Application Controls (AppControls) is the set of over 54 top
quality multipurpose components for Delphi and C++ Builder.
The AppControls contains components to make the forms to behave like Applicaiton Desktop Toolbars (like taskbar or MS-Office panel) or "magnetic" forms of WinAmp player. Components to add the context-sensitive help without any help-files, additional custom buttons on the form title bar and associatiated menu items in the system menu; show smooth matrix- or win2k-based animation effects; balloon-style hints; additional color cursors for any VCL or non-VCL object of the forms.
Your programs will be able auto-run itself on Windows startup with restoring previous forms placements; upload and hold any files inside of the Delphi/BCB forms; create a shortcuts to the files and read the information from existing shortcuts; install the shell extensions / file associations into the shell; download files from the Web via HTTP or post data to the CGI programs; auto-upgrade itself from the Web when newest releases will available; hook the form messages and hidden application events; hook ALL key presses, mouse clicks and mouse movements within entire application: and a whole bunch of others great features! See components overview at http://www.appcontrols.com/appcontrols/overview.html for more details.
Registered users please download free upgrade from your personal area at http://www.appcontrols.com/members.html, see what's new at http://www.appcontrols.com/appcontrols/history.html.
To download trial version follow the link below: http://www.appcontrols.com/download/appcontrols_trial.exe (Setup includes trial packages for Delphi 2/3/4/5/6 and C++ Builder 3/4/5, Interface and Help-files).
Documentation:
Hypertext online manuals (> 3000 HTML pages):
http://www.appcontrols.com/manuals/appcontrols.html
In RTF-format (for further printing):
http://www.appcontrols.com/manuals/download/AppControls-rtf.zip
--
Kind regards,
________________
Aleksey Kuznetsov (aleksey at utilmind dot com)
Utilmind Solutions
http://www.appcontrols.com
Related Discussions - HOW TO MAKE CLOSE BUTTON INVISIBLE IN A FORM ??? (2001-03-16 13:10:41)Enabling and Disabling the form bar buttons
Disable the "X" of the Form:
EnableMenuItem( GetSystemMenu( handle, False ),SC_CLOSE,...
- SHOWING ENTIRE KEY COMBINATION? (2001-03-22 02:25:43)Here probably better way... Following code is the component which hooks all keypresses in entire application and let to handle them in...
- SCROOL BAR IN PANEL (2001-03-22 04:22:09)try doing this : place a TScrollBar on the panel you want to scroll, define the Kind and Align property as you like, and on the event OnScroll of...
- WINAMP STYLE FORM DOCKING (2001-04-02 03:44:13)Yes ... the BU-Pack at http://www.buypin.com is free and has a component called : BUFormMagnet.
Regards
/Filip
- FILE INFO! (2001-04-23 02:25:04)send me disccontrol to paulhuk@hotmail.com
- HOW TO DETERMINE IF A CONTROL'S SCROLLBAR IS VISIBLE? (2001-05-11 04:20:44)Try this code:
IsVScrollVisible := GetWindowLong(RichEdit1.Handle, GWL_STYLE) and WS_VSCROLL 0;
IsHScrollVisible :=...
- GETTING THE CURRENT DOMAIN NAME (2001-07-27 05:41:20)Hey man, be careful, LörAn is not the abreviation of 'Laure-Anne' nor 'Ann-Laure' or anything like this. My name's Laurent, which is a french MALE...
- PUT AN EXTRA BUTTON ON THE CAPTIONBAR (2001-09-01 06:45:10)Check out CaptionButton component or CaptionButtons collection from http://www.appcontrols.com/components.html
Thanks,
Aleksey
- MINIMIZE ALL WINDOWS ... (2001-09-20 09:27:48)It is actually done in the ShellAPi like this:
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,...
- IN: URL, OUT: HTML-FILE (IN TEXT-FORMAT) (2001-10-15 11:01:01)There is free component HTTPGet: http://www.utilmind.com/delphi/httpget.zip (demo program included), or check out more advanced component (auHTTP)...
|
Latest News
Submit News Form
Past News
Latest Forum Entries
|