See the color of the textbox while debugging

0 votes
asked by (150 points) about Microsoft Visual Basic
edited by

Output data from the program sometimes includes ANSI color code expressed in the format similar to "x1b[32m". In Teraterm, it shows the color character as being coded. However, it was different in textbox of VB. It is displayed like "[32m", not the color.
What should I do to get the color of the character code?

1 Answer

0 votes
No avatar answered by (77.9k points)
edited by

Unfortunately, there is nothing that you can do. The color will not be displayed while debugging. However, you can manually look for the color code over the Internet, in order to check if the color used is matching the desired one. For additional information, use Google or the following page from Microsoft.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...