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.*.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top