KeyDown evnet of the textBox will not be fired

  • Thread starter Thread starter james ou
  • Start date Start date
J

james ou

hi, everybody,

After the user enter certern text(for example "apple"),
I do something in the textBox_KeyDown evnet hander.
Firstly, it work well. But after user enter text some times
(about 111 times), the KeyDown evnet of the textBox will
not be fired(or exactly,the evnet hander code will not be
run). Dose have any reason to make this?

Thanks
 
Hi,
What excately is being done in the KeyDown event. Could you post the code.
Nothing of that sort seems to be happening to me.

Regards,
Sankalp
 
Back
Top