the colour is one of the settings in the desktop properties appearance.
("Tooltip Color")
by default the timer settings for tooltips are calculated relative
to the system double click time settings as
initial := GetDoubleClickTime();
autopop := GetDoubleClickTime() * 10;
reshow := GetDoubleClickTime() / 5;
these settings can be overridden for a particular tooltip control
by sending it a TTM_SETDELAYTIME message.
The last time I looked at this ISTR Delphi used it's own hint handling
mechanism internally so these "tooltip" settings might be completely
independent of the Delphi "hints".
-ns
----- Original Message -----
From: "John Christenhusz" <[EMAIL PROTECTED]>
To: "Multiple recipients of list offtopic" <[EMAIL PROTECTED]>
Sent: Saturday, June 16, 2001 5:07 AM
Subject: [DUG-OFFTOPIC]: Hint parameter settings
> G'day folks,
>
> How to set the hint time and hint colour etc. from Delphi is not a
problem.
> But does anybody know how to set the hint parameters for / from Windows?
>
> John.
> --------------------------------------------------------------------------
-
> New Zealand Delphi Users group - Offtopic List - [EMAIL PROTECTED]
> Website: http://www.delphi.org.nz
---------------------------------------------------------------------------
New Zealand Delphi Users group - Offtopic List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz