|
Billenium Effects 3.2 supports Delphi 7
Billenium Soft is proud to announce the release of Billenium Effects 3.2
You can download a trial version that includes an exe demo at
http://www.billeniumsoft.com?Ldp
If you prefer you can download only the demo executable (545 KB). Just download and execute, no installation is needed. This demo has been recently enhanced to demonstrate the new features.
http://www.billeniumsoft.com/trial/be32demo.exe?Ldp
What's new since version 3.1:
1.Delphi 7 version.
2.XP themes support (only in Delphi 7).
3.New teThemed control rendering mode (only in Delphi 7).
4.Solved the problem: '[Linker Error] Unresolved external __fastcall Formcont::TFCEmbeddedForm::PaintWindow(void *)' when using TFCEmbeddedForm in C++ Builder.
5.OnClose event support for embedded forms (see CheckOnClose).
6.Transparent picture backgrounds support.
7.OnShortCut events support for embedded forms with the new FCIsShortCut routine.
8.Background painting has been optimized under some circumstances.
Benefits:
Do your applications look a little boring? Would you like to get spectacular yet easy to use visual effects? Billenium Effects will give your applications a different touch without interfering with your existing code. For example, just by dropping two components to your Splash Screen or About form they will be shown with a professional transition effect that will delight your customers. First impressions count!
Are you a multimedia developer? You have no better choice, our professional effects are OS independent. You'll get translucent controls working not only under Windows XP, but also under Windows 95, 98, NT, Me and 2000. You can use transitions not only with pictures but with any rectangle area of your forms, using your favorite components.
Cleaner yet powerful interfaces are possible by using embedded forms. Wizard or explorer-like interfaces are also easy. If you like TFrame but want better runtime capabilities then take a look at TFormContainer.
Useful for any kind of application. You will find interesting features for all your projects, whether they are games, multimedia, educational, technical or business applications.
Regards,
Francisco Sanchez
fsanchez@billeniumsoft.com
http://www.billeniumsoft.com
Related Discussions - HOW TO KILL ANYOTHER PROGRAMS WITH DELPHI? (2001-01-02 17:04:42)Find the handle of the window using FindWindow or EnumWindows and use
PostMessage(ProgramHandle, WM_CLOSE, 0, 0);
I have not tried it, but it...
- HOW TO GREP CHARACTERS IN DELPHI 3 (2001-01-03 01:29:32)Var
Grep : String;
Begin
Grep := Copy('2000-46',6,2);
End;
The first parameter is a string or a dynamic array, the second is the index of...
- HOW CAN I DEBUG DLL (2001-01-03 00:48:24)Do you mean how to find internal errors while writing a DLL file or how to get the exact error while calling a DLL Function ?
/Filip
- USING DLLS (2001-01-03 23:47:50)Hi again Goober ... :o)
Let's take NETAPI32.DLL as an example.
This DLL is created by Microsoft and the explanation of its use is described in...
- DOT ON SCREEN (2001-01-03 03:42:55)Delphi does not support a Pixel function with a HDC, you have to use the Windows-API-function
COLORREF SetPixel(
HDC hdc, // handle...
- HOW TO RUN DATABASE APPLICATION ON THE INTERNET (2001-01-03 03:04:54)This is possible using COM objects and ActiveX Server ...
Don't ask how ... I'm not into COM object programming ... :o)
Regards
/Filip
- HELP WITH CHDIR !!!! TURBO PASCAL VS DELPHI (2001-01-03 06:48:49)This is because the ChDir Procedure, the SetCurrentDir and SetCurrentDirectory Functions are changing the directory in the active process.
Try...
- FRIENDS IN DELPHI ?? (OR OTHER ACCESS WORKAROUNDS) (2001-01-04 09:08:37)One of the quirks of Delphi is that classes in the same unit can access protected and private methods and variables. Borland does this a lot in...
- SENDING ICQ MSGS FROM DELPHI (2001-01-03 14:54:03)I tried the ICQ Api, but never used it. I've added a simple ICQPager component to delphipages (Winsock/TCPIP).. it might help...
Q
- RUNNING A DATABASE APPLICATION ON ANOTHER COMPUTER (2001-01-07 05:36:33)In the BDE on the other PC (the one without the database), you must add an alias to point to the location of the database in the format of:...
|