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?
|
kenward
|
|
kenward
|
Isn't there a keyboard shout cut that lets you type the 3 digit ascii code into a string constant declaration? |
| dnagel
Registered User |
Wed Jul 23 17:21:01 CDT 2003
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- |
| Rick
Registered User |
Wed Jul 23 17:59:40 CDT 2003
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 - |
| ___computerNOSPAMconsultant
Registered User |
Wed Jul 23 18:23:43 CDT 2003
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: QuoteHold down the Right Alt key while using the numeric key pad... 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. - - |
| David
Registered User |
Wed Jul 23 19:08:24 CDT 2003
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: QuoteIt's usually considered impolite to ask your question in the subject (it Thank you all for the answer. - |
| Jeff
Registered User |
Wed Jul 23 19:45:01 CDT 2003
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 QuoteIt doesn't matter if it's the right or left <Alt>key. What does those>128) it will alter the character that appears. Alt+174 -->« Alt+0174 -->® - |
