TransparentSkin Component

FriendSoft 1997-2000
Homepage : http://www.friendsoft.net
Email :
friendsoft@yeah.net

TransparentSkin is a free component to help you make a transparent form with fade-in and fade-out effects under Windows 2000 by calling API. It is a free component with full source code for Delphi 3, 4, 5 or C++ Builder 5, source code is in Delphi.

It is very simple to use, just drop it on a form of your project, and set the transparency property, rebuild it, you will see the form is transparent. If you want to add fade-in effect or fade-out effect, just add one line into FormCreate procedure or FormClose procedure.
For example:
procedure TForm1.FormCreate(Sender: TObject);
begin
    TransparentSkin1..FadeInTo(20);
end;

procedure TForm1.FormClose(Sender: TObject);
begin
    TransparentSkin1..FadeOut;
end;

please see the source file for more details:

The following is the declaration of procedures:

procedure SetTransparency(value : ShortInt);
//set the transparency of form 0~100 
// 0 - normal 100 - invisible

procedure SetFadeTime(value : ShortInt);
//set the time to delay when decrease or increase the transparency of form

procedure SetTransparent;overload;
procedure SetTransparent(value : ShortInt);overload;
//set the form transparent

procedure SetTransparentWindowHandle(hWnd: LongInt; value : ShortInt);
//set a windows control transparent

procedure FadeOut;
//fade out effect

procedure FadeInTo(value : ShortInt);
//fade in effect

property Transparency
//transparency of form 0~100

property FadeTime
//time to delay when decrease or increase the transparency of form

------------------------------------------------------------------------

If you have any question, please contact us at
friendsoft@yeah.net

We would like to recommend you to look our another component named TSkinForm, it is a component to help you make non-rectangle and skinable form, just like the popular applications such as WinAMP, WPlay ..., what took hours before can now be done in several minutes! With the WYSIWYG skin builder, you can make the script file quite easy. The component makes it very easy to create a very complex and skinable form without any programming, what you have to do is to create several pictures and drag your mouse to set hot areas to place buttons, texts and track bars. There is even a preview at design time!

If you register it, you will get the full source code and support

The register fee is only $35 (US dollar), Now the Introducing Price is $24.95!

Download a share version form 
http://www.qwerks.com/download.asp?ProductID=2447

or See more information form 
http://www.friendsoft.net