Dear all,
I am working on a VB program which allows the user to type in any chars whose ASCII values range from 1 to 255. But, it seems the TextBox or Rich Text Box that VB carries can NOT display some of the chars with ASCII values ranging from 1 to 31. For example, ATL+1 can not display the SOH char in the text box. But, I do have a program in hand whose text box can display SOH as a smilling face. I don't know what operation is taken behind the scene. Is there a way for my VB program to display those chars with ASCII value 1 to 31? Please advise and thanks in advance...

Tracy