Hello. Anybody knows a good VCL for controlling the hints or how to split a long hint into several shorter lines? Example:
'This is a very long hint. And it looks very ugly.' to 'This is a very long hint.' 'And it looks very ugly.' ------------ I tryed something like this but it doesn't work: procedure Form1.MyShowHint(Sender: TObject); begin Application.Hint:= SplitToMultipleLines(Application.Hint); end; procedure Form1.FormCreate(Sender: TObject); begin Application.OnHint := MyShowHint; end; If I choose Christianity then the Islamic will say I'm a pagan. If I choose Islamic then the Buddhism will say I'm a pagan. If I chose Buddhism then the Jewish will say I'm pagan. If I choose no God then everybody will say I'm pagan. Please, can I be free? Can you NOT tell me how I should live MY life? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com __________________________________________________ Delphi-Talk mailing list -> Delphi-Talk@elists.org http://www.elists.org/mailman/listinfo/delphi-talk