I use GUI with textbox, and always there's some "_"-symbol in the end of text.
Code for example: SetTextBoxText(4,0,"What's up, man?");
And result:
(http://pic.ipicture.ru/uploads/091010/eniQpHy75f.jpg)
WTF? I've seen font and deleted all strange and "_"-oid symbols. But nothing.
I presume thats because textboxs are suppose to be for entry.. thats the cursor thingy.
Use a label instead
You're right!!! Thanks.