本文介绍了Keypress在文本框中。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用Visual Studio 2003开发一个Windows应用程序,其中我允许用户只按Enter键,而焦点在文本框上,在
为了执行搜索。我的问题是有时Keypress事件
不再被提出。我发现我可以通过
执行搜索,打开另一个表单然后尝试执行另一个
搜索来重现此行为。第二次搜索永远不会工作。
如何解决这个问题?
谢谢,
Todd Sparks
I am using Visual Studio 2003 to develop a windows application in which I
allow the users to just press Enter, while the focus is on a textbox, in
order to perform a search. My problem is that sometimes Keypress event
stops being raised. I have found that I can reproduce this behavior by
performing a search, opening up another form, then trying to perform another
search. The second search will NEVER work.
How can I fix this problem?
Thanks,
Todd Sparks
推荐答案
这篇关于Keypress在文本框中。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!