-
Copyright Symbol
Does anyone know how to put the copyright symbol in a VB label?
-
Re: Copyright Symbol
Use the character map to locate the © for your particular font. Then select
copy and paste it into your label in the IDE.
Chris
"gr" <gfr123s@smsu.edu> wrote:
>
>Does anyone know how to put the copyright symbol in a VB label?
-
Re: Copyright Symbol
Label1.Caption = Chr(169)
Do you want this ?.
- montanaro -
"gr" <gfr123s@smsu.edu> wrote:
>
>Does anyone know how to put the copyright symbol in a VB label?
-
Re: Copyright Symbol
Be sure to use a font that supports the copyright symbol. The default, MS
Sans Serif, does not. I usually use Arial. Then distribute and register the
Arial font with the setup program.
Cheers,
Larry Rebich
More tips link to:
http://www.buygold.net/tips
Please:
No personal e-mail questions :-)
"montanaro" <min5929@hotmail.com> wrote in message
news:3bf14ea4$1@147.208.176.211...
>
> Label1.Caption = Chr(169)
> Do you want this ?.
>
> - montanaro -
>
>
> "gr" <gfr123s@smsu.edu> wrote:
> >
> >Does anyone know how to put the copyright symbol in a VB label?
>
-
Re: Copyright Symbol
> Be sure to use a font that supports the copyright symbol.
> The default, MS Sans Serif, does not.
Correct
> I usually use Arial. Then distribute and register the
> Arial font with the setup program.
I was under the impression that Arial came with *all* versions of Windows and didn't have
to be "delivered".
Rick
-
Re: Copyright Symbol
"gr" <gfr123s@smsu.edu> wrote in message news:3bf14d4a$1@147.208.176.211...
>
> Does anyone know how to put the copyright symbol in a VB label?
label1.caption = "uewzriuewr ©"
© is obtained using Alt (pressed down) 0169
Eddie
-
Re: Copyright Symbol
> > Does anyone know how to put the copyright symbol in a VB label?
>
> label1.caption = "uewzriuewr ©"
>
> © is obtained using Alt (pressed down) 0169
And to add to that ... the numbers must be entered from the NumberPad and not the main
part of the keyboard.
Rick
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
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|