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

Re: KeyDown evnet of the textBox will not be fired by Sankalp

Sankalp
Thu Nov 27 05:36:26 CST 2003

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


"james ou" <anonymous@discussions.microsoft.com> wrote in message
news:09a001c3b4cf$0bbd9670$a301280a@phx.gbl...
> 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