Re: RichTextBox SubScript
Only a 12 year old thread, but I had the same problem, but I only needed 1 text box with a couple of subscripts and I was doing this in .Net.
My Solution was to type the text in a normal text box on my form and lay it out so it looked right except for the subscript, then screenshot it and load it into Paint and then cut and paste the smaller number twos that happened to be on the form and put them over the normal size ones. I initially redid all the text in word, but couldn't find the right background colour so abandoned that. When saving the file, the jpg format sometimes dithered the background, but a bmp seemed fine. Put the picture in a picturebox and all look fine.
Kristian