|
ANN: LMD-Tools 6.1 for Delphi / CBuilder
LMD Innovative is pleased to announce a new version of this popular component suite.
Visit http://www.lmdtools.com for product details or read on for further information.
To get a brief overview of the extensive functionality download the LMD-Tools Megademo (a single Exe-file demonstrating more than 100 components) from following URL:
http://www.ceberus.com/downloads/lmd60/MegaDemo.zip (2.1 MB)
To test updated XP Themes functionality check following Exe-Demo:
http://www.ceberus.com/downloads/lmd60/LMDXPSupport.zip
LMD-Tools covers more than 320 components (Relase 6.0 Pro) for any task you can imagine.
Following component groups are only examples for the broad range of available components: LMD Tools includes controls for superior interface design, system programming, file controls, database applications, Internet-/web-components, multimedia, text/data input (RichEdit), display of formatted text and many more.
Most of the visual components support transparency, advanced font effects (3D, outline, ..), different backgrounds or -effects. In latest version an integrated parser supports display of formatted text (e.g. HTML) for many controls. All together, they form a solid base for your development.
If you are looking for enhanced functionality of existing components in the VCL, or just want to add that personal touch to your application, LMD Tools 6 has a solution to fit you. And it ships with a vast array of sample projects and demos for almost all of the components found in the package.
All components are highly customizable - they are not only wrappers around standard components adding one or two features - most of them are totally rewritten. Thus they are not limited for use in standard applications, they can also improve the look of your multimedia apps or extend abilities of your system utility.
LMD-Tools 6 supports Delphi and CBuilder Version 5 and higher. Besides each LMD-Tools 6.X license covers LMD-Tools 3.5 and 5.X licenses for support of all other available Delphi and CBuilder versions.
A more detailed overview of LMD Tools 6 features can be found here:
http://www.lmdinnovative.com/products/lmdtool6/index.php3
You may download latest trial versions to test new functionality from this page:
http://www.lmdinnovative.com/download/index.php3
(however if you use already a previous version of LMD-Tools, you HAVE to uninstall your current version completely to avoid version mismatch).
List of all / new components can be found here:
http://www.lmdinnovative.com/mfs/ProductsIndex.php3
Ordering and update infos can be found here:
http://www.lmdinnovative.com/shopping/index.php3
If you have any questions or requests send email to info@lmd.de
Regards,
LMD Innovative
info@lmd.de
http://www.lmd.de
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:...
|