O
ORC
Hi,
I'm trying to make a textbox non-editable like a label. So far I have tried
to catch the GotFocus event and throw the focus to another control (this
doesn't do it because one can tab and hold and select paste and this way
insert another text in it) and I have tried to catch the KeyPress event
(this doesn't work either because the Delete key isn't catched this way and
therefore making it possible to delete the content of the "Indicator".
I would be really happy if someone could help me solve this task!
Thanks,
Ole
I'm trying to make a textbox non-editable like a label. So far I have tried
to catch the GotFocus event and throw the focus to another control (this
doesn't do it because one can tab and hold and select paste and this way
insert another text in it) and I have tried to catch the KeyPress event
(this doesn't work either because the Delete key isn't catched this way and
therefore making it possible to delete the content of the "Indicator".
I would be really happy if someone could help me solve this task!
Thanks,
Ole