开发者

Application freezes when changing windows keyboard input language

When I run my app开发者_运维问答lication, do some work on it and click the language button on the Windows taskbar and change the input language, my C# application freezes displaying an hourglass cursor. Does anyone have any idea on what may be going wrong? I have absolutely no clue where to start...


First of all, your problem is hard to follow, since we don't know what is going on in your application. Neither we know which exactly code in your application freezes.

For others, the problem in your application is not clear. So having this quite weakly defined problem, it's hardly possible that someone can help.

You can do the following in order to resolve the issue:

  1. Try to build a minimal test case, which reproduces the problem. Usually you'll need to start with a copy of your source code, and remove features until the bug is not reproducible any more.
  2. After this, you will most likely see yourself, where the problem is.
  3. If not, you can post the example and the changes which make the bug happen. Please kindly try to remove as much as possible from the example, leaving only essential part.

This way you will most likely have your problem solved.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜