S
simonc
Help! I've created a text box which won't let me write in
it. It opens ready filled with text to the limit of the
number of characters which I've set (MaxLength=3200) and
this is in 40 lines of 80 characters. I can delete
characters using the keyboard, but when I try to add in
any text in place of the deleted characters nothing is
input and the cursor stays in the same place. If I output
textbox1.text I can verify that the deleted characters are
missing, and that nothing has been added. I've compared
all the parameters with another text box in another
program which will let me input from the keyboard, and
everything looks the same.
Can anyone suggest why this text box won't accept keyboard
input?
Thanks
it. It opens ready filled with text to the limit of the
number of characters which I've set (MaxLength=3200) and
this is in 40 lines of 80 characters. I can delete
characters using the keyboard, but when I try to add in
any text in place of the deleted characters nothing is
input and the cursor stays in the same place. If I output
textbox1.text I can verify that the deleted characters are
missing, and that nothing has been added. I've compared
all the parameters with another text box in another
program which will let me input from the keyboard, and
everything looks the same.
Can anyone suggest why this text box won't accept keyboard
input?
Thanks