When I assign a string to tooltiptext like this :

.tooltiptext = 'Line One ' + chr(13) + chr(10) + 'Line Two'

The linefeed and carriage return didn't occur, but they are
replaced by odd characters when the tooltips is shown.

Can anyone tell me how to create multi-line tooltips?

Thanks!