That's correct. A standard TextBox cannot support multicolours.

When using a RichTextBox, use the SelColor property to change the colour.
Code:
RichTextbox1.SelColor = vbRed
'Call your WriteLog function here