Hi,

I want to have a button in Borland C++ builder 6, for which the background color can be changed. The default TButton available in bcb 6 is wrapper to the windows button & does not have the color property.
I went thro the net & found some code for this TButtonWithColor. But the shared code has the.pas & the .dcu files. I tried installing it as a new component in bcb, but the new component is not getting registered.
Can anyone help me out on how to install it & use the TButtonWithColor??

the code is available in the below link:
http://www.torry.net/pages.php?id=77

Recommended Answers

All 3 Replies

Member Avatar for iamthwee

Read the manual.

Did you ever figure this out? I've the same problem using RAD Studio 2007

Check this out.. This is for Borland builder 6.0.
I am not sure about RAD studio

1. Close all boralnd projects
3. Open Borland builder & close the default project
4. Click File->New->Other->Component
5. Select base component
6. Enter the new component name
7. Browse the source path & open the pas file
8. Click install
9. Select into new package & give an appropriate name for the package
10. Click OK
11. Now compile the package.
16. Click install to install the package.
17. Close bcb , open again & gotto Install Packages & Add the package
18.Click ok & the component is will appear in the component palette where u specified.

Better u check out ur self from the Help as I found out!!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.