I use Timosoft controls for a long time already. They are great for using VB6 with Unicode!
But now I fail to get Wordwrap working with a textbox. I've set Multiline to true, turned on/off Scrollbars, set TextBox1.WordBreakFunction = True/False and InsertSoftLineBreak = True/False
But I can't get a wordwrap like in Windows notepad. What I'm doing wrong?

Peter