|
Component
|
Delphi, C++ Builder
|
Component Description
|
|

 TBMThread set Ver: 1.6 09/14/2009
|
CB5 CB6 CB2006 CB2007 CB2009 CB2010
|
Do you need to write a multithreaded applications ? Are you annoyed of writing lines and lines of code for threads synchronization and CriticalSections for data protection ? Would you believe that the thread is just a click away ? Well here it is, the TBMThread is a native VCL component implementing everything you do need to create the thread and the synchronization, just dropping the component on the form. Sounds great, right ? And it’s not all. Here is the Thread group now. Just set couple of therads to point to one and the same group and you can control and monitor all of them. Well this is a beta version. Even more fun is ahead. So enjoy. Does have a component package.
NOW SUPPORTS C++ Builder 2010!
|
|

 TBMDThread set Ver: 1.71 09/20/2009
|
D5 D6 D7 D2005 D2006 D2007 D2009 D2010
|
This is my gift for the DELPHI users ! The same component as above, but as native Delphi version. All the latest C++ Builder capabitilies are now supported :-)
NOW SUPPORTS Delphi 2010!
|
|

 TBMSpinEdit Ver: 2.1 11/22/2009
|
CB5 CB6 CB2006 CB2007 CB2009 CB2010 |
The BMSpinEdit component has a guage under the edit box, and shows a track bar when pressing the button next to it. Looks very much alike the edit boxes in PaintShopPro and some other similar programs. Works with floating point values. Try the demo exe and you will love it :-)
NOW SUPPORTS C++ Builder 2010!
|
|

 TBMDSpinEdit Ver: 2.1 11/22/2009
|
D5 D6 D7 D2005 D2006 D2007 D2009 D2010 |
Thanks to Mauro Venturini now there is a Delphi version of the BMSpinEdit component available :-) . Thanks to Karsten Lehnart there are some fixes and improvements in the Delphi version. Thank you Mauro and Karsten !
NOW SUPPORTS Delphi 2010!
|
|
 TBMMediaDialogs Ver: 1.5 11/24/2008
|
CB3 CB4 CB5 CB6 CB2009
|
Open and SaveAs dialogs with media preview. 2 seconds after clicking on a media file and the file will be played inside the preview area in case it is a movie, or in case of sound you will hear it. Drop it inside your application and enjoy fast end easy media file selection.
NOW SUPPORTS C++ Builder 2009! Unfortunately due to linker bugs C++ Builder 2006 and 2007 are not supported.
|
|
 TBMShapedButton & TBMWave Ver: 2.1 11/30/2008
|
CB3 CB4 CB5 CB6 CB2006 CB2007 CB2009 |
Button which can have any shape. Uses the shape of a transparent bitmap. Nice relief view. Highlight clouds and more. Many nice options and custom sounds effects. Now the sound effects are separated into TBMWave component, which allows many buttons to be customized at once ! Now the good part is that the sound can be part of the executable or not and the decision can be made depend of the size of the .WAV file.
NOW SUPPORTS C++ Builder 2009!
|
|
 TBMShapedForm Ver: Beta 1.7 11/27/2008
|
CB3 CB4 CB5 CB6 CB2006 CB2007 CB2009 |
Create forms of any shape in your project. Any transparent bitmap can be used to shape your form. Just drop this component, select a bitmap and run your program. It can’t be more simple than that. You can even stratch the image and the form will be stratched as well. Can’t belive ? Don’t wait ! Download and test it your self. It’s free and with full source code !
NOW SUPPORTS C++ Builder 2009!
|
|
 TBMSplitter Ver: V2.5 01/18/2009
|
CB3 CB4 CB5 CB6 CB2006 CB2007 CB2009 |
Do You need of splitter in Your program ? There are so many of them on the web, but if You do need of keeping the same percent when the form resizes or to do have dynamic hint with the current percent inside, no luck. Even when You decide to hide one of the views for a while You are in trouble. Well this component solves this problems for You. Try this and I guess You are gonna like this. Now with new features as a collapsing button and dynamic update.
NOW SUPPORTS C++ Builder 2009!
|
|
 TBMPageControl & TBMWave Ver: V3.2 12/7/2008
|
CB3 CB4 CB5 CB6 CB2006 CB2007 CB2009 |
PageControl, with the capability to show a transparent bitmap on each page caption. In this one, the image is owned by the sheet, so it's easier to menage, and even to do drag and drop sheets between different page controls. each page can have different color or background bitmap ( Stretched ot tiled ). Different colorization rules ( Active/inactive page) Different bitmap, when the page is active, or the cursor is over, and even automatically highlights the bitmaps, when the cursor is passing over and grays them when the page is unselected. Inserted and Shadowed text and images as well as showing a nice color cloud around the hot tracked text. Nice cloud animation efect ! Now even the page control it self can have different color. Supports the new BCB 4.0 button styles. Supports various sound effects !
NOW SUPPORTS Delphi 2006, 2007 and 2009!
|
|
 TBMViewUpdate set Ver 1.4 11/26/2008
|
CB3 CB4 CB5 CB6 CB2006 CB2007 CB2009
|
Set of components for making a controlled by TreeView or ListView preview. Support timeout and Invalidate / Validate / Update optimization. The preview can be controlled from one or few ListViews or / and TreeViews. Now supports global OnChange, and OnDelete evens.
NOW SUPPORTS C++ Builder 2009!
|
|
 TFormIdle Ver 2.0 4/15/1999
|
CB3 CB4 CB5 CB6
|
Have You ever wonder how to put OnIdle event for couple of forms ? This is not a problem any more. With this component You can put OnIdle event for every form, even couple of OnIdle events in one and the same form if You do need of. Simply drop TFormIdle in Your form and set the OnIdle event.
|
|
 TDIBAccess Ver 1.1 12/6/2004
|
CB3 CB4 CB5 CB6
|
Do you need of a fast and easy access to a image ? The TCanvas::Pixels property is so slow ... You can use the device independant bitmap, but what huge amount of work is this... Well here it is the TDIBAcess component. Just link this to a TImage or descendant component, call the BeginUpdate method and voala. Easy and fast access trough the TDIBAcess::Pixels property to any of the pixels. Call EndUpdate and the picture has been updated. It’s never been so easy. So enjoy and create a lot of image processing applications.
|
|
 TBMGIFControl Ver Beta 1.0b5 3/20/1999
|
CB3
|
Do you need to show an animated gif image on your form ? This component is exactly for you. Just drop it on your form, select the image and enable the animation. The component has been initialy based on the Rx gif component and has been modified to work propertly, and faster. Supports rally transparent gifs.
|