Hello,
I am using TColorDialog. I would like to be able to change the caption so
the user has some clue as to what they are doing .....
Is there a way to change the caption on this ?
ColorDialog1.Caption := 'test'; // does not work ....
kbarthelmess@compuserve.comreplied
on 14-Jan-2003:
"mattk" wrote:
(snip)
TColorDialog has an evbent handler called OnShow. In there, write:
with Sender as TColorDialog do
SendMessage(Handle, WM_SETTEXT, 0, Longint(PChar('test);
Good luck.
16
FYI: Phrase searches are enclosed in either single or double quotes