Quote Originally Posted by JustMax View Post
I am sure this must be simple but I cannot find a way to do it:

I have a Rich Text control in a C application (non-MFC) and I want to draw boxes around some of the text in a form. How do I insert extended ASCII characters (dec 180 - 219 range) into the form?

Or, is there a better way to make a portion of my form appear to be in outlined boxes?
There is no such thing as "extended ASCII." The box-drawing characters you refer to come from the IBM PC-8 character set.

There is no key you can press to generate these characters any more than there is a key you can press to generate any arbitrary character in the universe.