timmay3141
Programmer
I'm writing a program where the user will be able to enter the chemical formula of a molecule into an edit box, and it will also be displayed in a list control. I want the edit box and list control to display the subscripts of atoms appropriately, making them small rather than making them normal size. I also have a list control that displays these molecules, so I want it to make the numbers subscripts as well. I think I can do the edit box if you use a rich edit control (correct me if I'm wrong, I've never used it before), but the list control is more of a problem. As far as I can tell, you can't use multiple fonts in a list control.