Hi, i got my textbox working and everything, when i type its lowercase. When I hold shift in it becomes uppercase. and when i press numbers, they appear.
Problem I have now is, how do i type symbols like (?, ~, !, #, $, %, ^, &, *, (, ), -, + <, >, and the comma and .
i have googled for the ASCII codes, theasciicode.com.ar/ascii-printable-characters/exclamation-mark-ascii-code-33.html
says symbols like #, and % and etc, is between 33 and 64.
so i added those codes, whenever i hold shift in and press 1, 2, 3, the symbols dont appear, only numbers appear..so idk maybe i did the code wrong.