|
-
Aug 12th, 2000, 06:25 AM
#1
Thread Starter
Hyperactive Member
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.
-
Aug 12th, 2000, 07:15 AM
#2
Monday Morning Lunatic
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|