|
ANN: AfalinaSoft Flat Controls 1.52 released
Afalina Co., Ltd. is pleased to announce AfalinaSoft Flat Controls -
MS Office style for all standard VCL controls in one place.
Flat Controls - is a set of Delphi components that will help you to
add a completeness and elegance to the interface of your application.
We daresay that the simplicity and comfort of the developer is one of
main tasks in such products. That is why we have collected almost all
visual components of VCL in a set, made up their faces, and provided
the sole place of interface management through the only property -
FlatStyle.
For more information on the Flat Controls, please visit our site at
http://www.afalinasoft.com/flat-controls/index.html
Download Flat Controls trial version for Delphi 4, Delphi 5, Delphi 6 at:
http://www.afalinasoft.com/files/flattrialen.zip (950 KB)
--
Best regards,
Afalina Co., Ltd.
http://www.AfalinaSoft.com/
Related Discussions - HOW CAN I SEND THE MOUSE'S CLIK TO ANY CONTROL BY API? (MOUSEEVENT??) (2001-01-08 01:45:44)This example declares one function.
Function TForm1.MouseEvent(AOwner : TControl; Event : DWord) : LongInt;
Var
dwExtraInfo : DWord;
Begin...
- QREPORT & TQUERY QUESTION (D5) (2001-01-09 04:12:35)though in your question you said that the dataset property of the quickreport is configured but i bet that you have not because that is the only...
- HOW TO ADD A TLISTBOX TO A FORM AT RUNTIME? (2001-01-10 05:05:44)Just add "listbox1.parent:=form1" after "create"...
- PASSING FUNCTIONS AS PARAMETERS (2001-01-11 11:29:41)This code was posted by Glynn Owen on the newsgroup.
Newsgroup: borland.public.delphi.objectpascal
unit Unit1;
interface
uses...
- HOW DO I GET THE IP ADDRESS OF A COMPUTER? (2001-01-15 19:33:16)unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Winsock;
type...
- CONTAINER CONTROL (2001-01-18 15:10:55)Find and try the TStretchHandle component on either Torry's
or DSP.
- REBUILD INDEXES IN PARADOX 7 (2001-01-21 23:21:14){If you use the DBgrid and DBNavigator to delete records in a table
which has unique fields, you will find that the table grows
relentlessly and...
- PLAYING MOVIE (2001-01-19 11:24:08)If you want to play only uncompressed movies, then you can use the Animate component of Delphi.
Otherwise you have to import the...
- TRUE TRANSPARENCY IN CUSTOM CONTROLS? (2001-01-20 02:31:01)I don't really know, but I think you have to override the Paint-Procedure of the Component.
In the class definition:
protected
procedure...
- HOW CAN I FIND THAT NOTEPAD IS CLOSED OR NOT ? (2001-01-22 09:49:40)I'm happy for you, but I hope you're aware that you are actually doing a mistake which can be source of bug :)
|