VB.net Color one part of text -- Listbox

Posted by xzerox on Stack Overflow See other posts from Stack Overflow or by xzerox
Published on 2010-06-01T01:22:10Z Indexed on 2010/06/01 1:53 UTC
Read the original article Hit count: 241

Filed under:
|
|
|
|

In VB.net is there anyway to make a certain part of the string to have a different color to make it stand out?

This doesn't work but if I could something like this

string = ("How".ForeColor(red) & "are".FontColor(green))

Would it be possible to make anything similar to this in a ListBox?

If this is not possible is there a way to have it stand out more?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about vb.net