Results 1 to 2 of 2

Thread: fonts - subscript

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 1999
    Location
    Glasgow,Scotland
    Posts
    281

    The Picturebox control is the most useful if you're working with fonts and characters because you can insert any character from Microsoft Word (thousands of symbols).

    For example, to put the 'Ear' symbol in your picture box:

    Private Sub Form_activate()
    Picture1.Font = "webdings"
    Picture1.Print "O"
    End Sub

    However, I can't find any subscript symbols in the Word Font box. Is there any way of way of getting a subscript symbol into my picturebox?

    Thanks for any help.

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Why should there be any subscript symbols? Just make it smaller and position it slightly further down.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width