InsideEdge
Instructor
Hi, I’m trying to use the ASCII code in Visual Basic 6. I have a list of the codes and I am trying to get a smile face to appear in my RichTextBox. The ACII code is 001 and it corresponds to the character of the smile face so I use Chr(001). Visual basic changes the Chr(001) to Chr(1) and I don’t see anything but a little empty rectangular box. Is there any way that I can get my smile face to show with some other code?