Displaying superscript and subscript text in a label in VB6

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Please can I know how to display the formulae using superscript (Ex:- E = mc2 here 2 is superscript text) and subscript (H20 - here 2 is subscript text) in Label control of VB6

Thank You!
 
try posting in the vb groups..


Rani Ponmathi said:
Please can I know how to display the formulae using superscript (Ex:- E =
mc2 here 2 is superscript text) and subscript (H20 - here 2 is subscript
text) in Label control of VB6?
 
* "=?Utf-8?B?UmFuaSBQb25tYXRoaQ==?= said:
Please can I know how to display the formulae using superscript (Ex:-
E = mc2 here 2 is superscript text) and subscript (H20 - here 2 is
subscript text) in Label control of VB6?

The label control doesn't support that. Use a RichTextBox control
instead. If you have further VB Classic related questions, please turn
to one of the VB Classic groups: microsoft.public.vb.*.
 
Back
Top