在面板的重载 WndProc 中没有收到 WM_KEYDOWN 消息?

发布于 2024-12-17 11:52:45 字数 173 浏览 0 评论 0原文

我正在接收其他类型的消息,因此我知道正在调用重载方法。

我从搜索中找到的唯一信息是关于需要给予我的面板焦点以便它可以接收输入。然而,该解决方案没有任何帮助。 (http://www.dotnet247.com/247reference/msgs/44/221762.aspx)

任何帮助将不胜感激:)

I am receiving other types of messages, so I know the overloaded method is being called.

The only info I have found from searching talks about needing to give my Panel focus so that it can receive inputs. However, that solution did not help anything. (http://www.dotnet247.com/247reference/msgs/44/221762.aspx)

Any help would be appreciated :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒儿 2024-12-24 11:52:45

所以问题与小组没有重点有关。

面板(和某些其他类型的控件)无法接收某些类型的输入,因为它无法接收适当的焦点。

我刚刚将类型从面板更改为按钮,一切正常。

这对我来说是可以接受的,因为无论如何我只使用这个控件作为刻度/渲染表面。

So the problem was related to the Panel not having focus.

A Panel (and some other types of controls) can not receive certain types of inputs because it can not receive proper focus.

I just changed the type from a Panel to a Button and things worked.

This was acceptable for me since I am only using this control as a tick/render surface anyways.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文