[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | Microsoft Visual Basic |
|
Moderator: | TAMARA::DFEDOR::fedor |
|
Created: | Thu May 02 1991 |
Last Modified: | Thu Jun 05 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2565 |
Total number of notes: | 10453 |
2557.0. "Special characters in caption property" by NUBOAT::HEBERT (Captain Bligh) Wed May 14 1997 16:01
Is there a way to insert special characters into a label.caption
property?
By "special characters" I mean ASCII symbols for copyright, registered,
TM, and so forth... I tried <Alt>0169 for the copyright circle.
You can set this at run time with lblFOO.caption = "Copyright " & chr(169),
but I want to do it at design time, in the caption property.
Art
T.R | Title | User | Personal Name | Date | Lines |
---|
2557.1 | it works | XSTACY::PATTISON | A rolling stone gets the worm | Thu May 15 1997 06:10 | 6 |
| >I tried <Alt>0169 for the copyright circle.
It works for me.
Keep <Alt> pressed throughout, and use the keypad numbers.
Maybe you are using a font that doesnt support these characters?
|
2557.2 | VB5-A | NUBOAT::HEBERT | Captain Bligh | Thu May 15 1997 12:03 | 7 |
| MS Sans Serif.
I tried it on VB4 and it worked. Unfortunately, I'm developing in VB5-A.
Maybe it's a bug.
Art
|