是否保证多个 SetWindowSubclass 针对同一窗口的调用顺序?

发布于 2024-10-18 17:28:31 字数 162 浏览 8 评论 0原文

我正在使用 SetWindowSubclass 针对控件(在本例中为多行编辑字段)设置两个不同的子类过程。

一个子类“编辑”功能特定于编辑控件,另一种“基本”功能特定于任何控件。看来无论我以什么顺序应用这些“base”,都会在“edit”之前被调用。

还有其他人遇到这个问题吗?

I am using SetWindowSubclass to set up two different subclass procedures against a control (in this case, a multiline edit field).

One subclass "edit" functionality specific to edit controls and the other "base" functionality specific to any control. It seems that no matter what order I apply these in "base" is being called before "edit".

Has anyone else hit this issue?

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

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

发布评论

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

评论(1

雪落纷纷 2024-10-25 17:28:31

抱歉,无法保证订单。

There is no guarantee of order, sorry.

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