Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Adding (C) and TM symbols

1 view
Skip to first unread message

George

unread,
Jan 2, 2003, 10:07:36 AM1/2/03
to
I need to put into a text box a the Copyright symbol (C) +
Product Name + TM symbol (the Product Name is produced by
a function call). I have been unable to find a font or
tecnique to do this.

I have created a text box and put the (C) in there as a
symbol, created a text box and put the Product Name in it
and placed a text box after it and put the TM in as a
symbol. On one screen it looks file but on another screen
the TM can overlay the product name or there can be an
inch or more distance from the end of the product name to
the TM symbol

Any help would be greatly appreciated.

Thanks in advance

George

Kevin M. Carman

unread,
Jan 2, 2003, 10:25:22 AM1/2/03
to
Depending on the Font Used these may or may not show up but the Character
map codes are as follows

© -- Copyright Symbol -- Hold down [ALT] and type 0169
T -- Trademark Symbol -- Hold down [ALT] and type 0153
you could probably put the on the products themselves eliminating the need
for the separate field but that is up to you I just give you the means how
you get it there is up to you
Good Luck
Kevin
"George" <GHSla...@HMSComputer.NET> wrote in message
news:02cb01c2b270$af5cc8d0$8ef82ecf@TK2MSFTNGXA04...

Al Campagna

unread,
Jan 2, 2003, 10:43:02 AM1/2/03
to
George,
Several "mainstream" fonts have the TM character (no circle), along with
(C) and (R). In Arial, your text string would be...
= Chr(169) & " " & MyProductName & " " & Chr(154)
yields © ProductName T
Use the CharacterMap (commonly referred to as CharMap) mini-app that
comes with Windows to browse you're fonts to find the one that best meets
your needs, and style.
--
HTH
Al Campagna
Candia Computer Consulting
Candia, NH

"George" <GHSla...@HMSComputer.NET> wrote in message
news:02cb01c2b270$af5cc8d0$8ef82ecf@TK2MSFTNGXA04...


---
Outgoing mail is certified by AVG 6.0 as Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.427 / Virus Database: 240 - Release Date: 12/6/02


Al Campagna

unread,
Jan 2, 2003, 1:56:13 PM1/2/03
to
George,
I had a typing error in my previous response (see asterisks)

> = Chr(169) & " " & MyProductName & " " & Chr(154)
> yields © ProductName T <**

--
HTH
Al Campagna
Candia Computer Consulting
Candia, NH

"George" <GHSla...@HMSComputer.NET> wrote in message
news:02cb01c2b270$af5cc8d0$8ef82ecf@TK2MSFTNGXA04...

George

unread,
Jan 2, 2003, 2:59:55 PM1/2/03
to
AL, Kevin

Thanks for your response, I will try the suggestions when
I get back to my office later this afternoon


George

Al Campagna

unread,
Jan 2, 2003, 4:32:10 PM1/2/03
to
I discovered that I didn't mistype my previous responses. Evidently the
"email" is converting my Chr(153) TM to just "T" in mine... and Kevin's
reponses.
Perhaps we've uncovered a "secret" email control code? :-)

--
HTH
Al Campagna
Candia Computer Consulting
Candia, NH

"George" <GHSLa...@HMSComputer.NET> wrote in message
news:069201c2b299$85669c30$8af82ecf@TK2MSFTNGXA03...

George

unread,
Jan 4, 2003, 8:38:27 PM1/4/03
to
Al, Kevin

Thanks a lot, it was exactly what I needed

George

>.
>

0 new messages