Board index » delphi » How to change colour of TButton Caption and Tbutton

How to change colour of TButton Caption and Tbutton

Hi all,

        In my application I required to
        change color of TButton and TButton's Caption text color.

        Any ideas are welcome.

        Regards
        Prasad.

 

Re:How to change colour of TButton Caption and Tbutton


i think you should find a third-party component to fill your fit.
Quote
K.G.V.S.Prasad <kpra...@vanenburg.com> wrote in message

news:39767ec3@dnews...
Quote
> Hi all,

>         In my application I required to
>         change color of TButton and TButton's Caption text color.

>         Any ideas are welcome.

>         Regards
>         Prasad.

Re:How to change colour of TButton Caption and Tbutton


On Thu, 20 Jul 2000 10:09:56 +0530, "K.G.V.S.Prasad"

Quote
<kpra...@vanenburg.com> wrote:
>        In my application I required to
>        change color of TButton and TButton's Caption text color.

TButton is drawn by Windows, and doesn't let you change its colors.
There are several third-party components that let you do that. Try
searching the Delphi Super Page (http://delphi.icm.edu.pl/) or Torry's
(http://www.torry.ru).

Yorai Aminov (TeamB)
http://ourworld.compuserve.com/homepages/yaminov
(TeamB cannot answer questions received via email.
To contact me for any other reason remove nospam from my address)

Re:How to change colour of TButton Caption and Tbutton


K.G.V.S.Prasad <kpra...@vanenburg.com> skrev i en
nyhedsmeddelelse:39767ec3@dnews...

Quote
> Hi all,

>         In my application I required to
>         change color of TButton and TButton's Caption text color.

>         Any ideas are welcome.

Well, it can't be done with the standard TButton, because it is just in
incapsulation of the standard Windows button, wich takes it colors from the
settings in Controlpanel.

You can make your own button, or maybe a readymade component like the
buttons found in our "ZieglerCollection one", that you can find on our
homepage at http://www.zieglersoft.dk or http://www.zieglersoft.com

--

Warmest Regards from Claus Ziegler,

ZieglerSoft             Email: cl...@zieglersoft.dk
Rughaven 25,2           WWW: http://www.zieglersoft.dk
DK-9000 Aalborg           Phone: (+45) 9811 3772
Denmark                            ICQ: 19316950

Other Threads