I'm working on a program in VB.NET, and just have a couple quick questions which should (hopefully) be easy to resolve...
First thing is I want to change the color of just a certain part of text in a label.
So, for example:
Hello, my name is Bob
Some of the text is black, but a certain part is red. I'm not sure how to do this, although I must admit, I haven't really tried too hard...
Second, I'm trying to change a part of text to italics. This sounds easy, but I think it's complicated...I dunno.
I'm reading info from a text file, and adding it to an array. In the text in the file, it will read something like this:
Hello, my name is <I>Bob</I>
I want to change the text inside the <I></I> to italics. Hopefully someone can help me out on this one...because it has confused me for awhile now.
Thanks.