Board index » Visual Studio » Isn't there a keyboard shout cut that lets you type the 3 digit ascii code into a string constant declaration?

Isn't there a keyboard shout cut that lets you type the 3 digit ascii code into a string constant declaration?

 

Re:Isn't there a keyboard shout cut that lets you type the 3 digit ascii code into a string constant declaration?

Hold down the Right Alt key while using the numeric key pad...



???



D.





"David I. Smith" <buggsmith@peoplepc.com>wrote in message news:6cvthv4paeaq0j9j6pnr6kjj9e7d18or2t@4ax.com...

Quote






-

Re:Isn't there a keyboard shout cut that lets you type the 3 digit ascii code into a string constant declaration?

It's usually considered impolite to ask your question in the subject (it

scrolls off the end of the field on narrow form displays making it hard to

read).



Anyway, the key is to use the Alt key (either Right or Left), use only the

number pad (not the numbers on the main keyboard), and prefix the 3-digit

code with a zero. For example, to print the copyright symbol © (in fonts

that support it), press Alt+0169 where 169 is the ANSI code for it.



Rick - MVP





-

Re:Isn't there a keyboard shout cut that lets you type the 3 digit ascii code into a string constant declaration?

In responce to the post:

On Wed, 23 Jul 2003 15:21:01 -0700, "dnagel"

<NOTgrandnagel@hotmail.com>stated...and I replied:



Quote
Hold down the Right Alt key while using the numeric key pad...



???



D.





"David I. Smith" <buggsmith@peoplepc.com>wrote in message news:6cvthv4paeaq0j9j6pnr6kjj9e7d18or2t@4ax.com...

>







It doesn't matter if it's the right or left <Alt>key. What does

matter is that you enter 4 numbers from the number keypad...



i.e. for the char. ® enter 0174





Shell

-

drshell.home.mindspring.com/">drshell.home.mindspring.com/

Into computers since 1972.

WARNING! Information and e-mail addresses contained herein, are for personal use only. By entering this site, you agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data to: allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations via direct mail, electronic mail, or by telephone. Violators will be dealt with accordingly.

-

-

Re:Isn't there a keyboard shout cut that lets you type the 3 digit ascii code into a string constant declaration?

On Wed, 23 Jul 2003 18:59:40 -0400, "Rick Rothstein"

<rickNOSPAMnews@NOSPAMcomcast.net>wrote:



Quote
It's usually considered impolite to ask your question in the subject (it

scrolls off the end of the field on narrow form displays making it hard to

read).



Anyway, the key is to use the Alt key (either Right or Left), use only the

number pad (not the numbers on the main keyboard), and prefix the 3-digit

code with a zero. For example, to print the copyright symbol © (in fonts

that support it), press Alt+0169 where 169 is the ANSI code for it.



Rick - MVP









Thank you all for the answer.

-

Re:Isn't there a keyboard shout cut that lets you type the 3 digit ascii code into a string constant declaration?



"Shell" <___computerNOSPAMconsultant@mindspring.com___>wrote in message



Quote
It doesn't matter if it's the right or left <Alt>key. What does

matter is that you enter 4 numbers from the number keypad...



i.e. for the char. ® enter 0174



Actually, you can use 3 or 4 numbers, and in certain cases (probably all

those>128) it will alter the character that appears.



Alt+174 -->«

Alt+0174 -->®





-