Forms.TextBox hides letters?!

G

Guest

Hello, friends,

We have a Windows Form app using C#.net. In a fixed size window, we have a
Forms.TextBox control to allow users to type in info, up to 255 characters.

However, when typing letters reach the end of a line, there are a few
letters keep going in this line, thus are hidden, before finally it was
wrapped to next line. For instance, the last word in a line is wonderful, you
will only see "wo" at the end of this line and "ul" at the beginning of the
next line: "nderf" are hidden!!!!!

Any ideas?
 
T

Tim_Mac

hi Andrew,
that sounds pretty weird. is WordWrap turned on?
can you do up a minimal form which shows this behaviour and post the code?
does this behaviour only happen when you are at the end of the max character
limit in the textbox?

tim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top