Greetings All, I've been banging my head over this problem for some time, any advice would be greatly appreciated.
I have 5 strings that are pulled from the database. The strings are dynamic so their lengths will vary. I want to place those five strings in a richtextbox control, which I can do but I want to format each string differently. Such as String1 (font size=14, color=blue) and String2 (font size=12, color=red) etc.. The document doesn't need to be saved . I would rather do it this way rather than setting up a bunch of labels and such. Any ideas?