如何将自定义mfc控件添加到对话框窗口?

发布于 2024-12-19 07:53:32 字数 199 浏览 1 评论 0原文

我从 MFC 中的 CStatic 派生了一个类。但我不知道如何将其添加到我的对话框窗口中。 我正在开发的这个 MFC 应用程序是一个基于对话框的应用程序。

在 Gtk+ 或 Qt 中,我们可以使用布局并向其中添加小部件,但在 mfc 中似乎不是这样的机制。我想知道如何将自定义控件添加到另一个 GUI 元素!

如果可以的话请给我一个简单的例子。 谢谢

I've derived a class from CStatic in MFC. But I don't know how to add it to my dialog window.
This mfc application that I'm working on is a dialog based application.

In Gtk+ or Qt we could use layouts and add our widgets to them, but in mfc it doesn't seem to be such a mechanism. I'm wondering how is it possible for an custom made control to be added to another GUI element!!!

Please give me a simple example if you can.
thank you

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

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

发布评论

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

评论(1

夢归不見 2024-12-26 07:53:32

我认为您正在寻找的技术是子类化MSDN)。

该页面上也有一个很好的示例。

I think the technique you are looking for is subclassing (MSDN).

There is a good sample on that page too.

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