I need to display a small window much like a hint window, without affecting
the focus of the form that activated it.

Currently I have a normal form which is made Visible when required, but the
main form loses focus when it appears.  The Form has Enabled set to False.

I assume this is possible since a hint window does not take the focus away
from the activating form.

Should I be using something other than a Form or are there some CreateParams
I can override?  Note that the window needs to move outside the bounds of
the main form.

Many thanks,
Ross.

_______________________________________________
Delphi mailing list -> Delphi@elists.org
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

Reply via email to