Delphi - 如何对表单进行换肤

发布于 2024-08-18 14:56:49 字数 1435 浏览 6 评论 0原文

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

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

发布评论

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

评论(1

挽心 2024-08-25 14:56:49

实际上,前一个问题(在 VCLSkin 上轻推一下)正是您所需要的 - 不需要所有示例看起来都像 MSWindows,这一事实引起了太多的暗示——它们背后的皮肤允许任何基于图像的 GUI。

唯一的选择是完全放弃表单并使用 WinAPI 从头开始​​构建皮肤。可以在 flipcode 上查看示例(C++,但 WinAPI 相同)。

Actually the former question (with a nudge at VCLSkin) is exactly what you need -- don't get suggested too much by the fact that all the examples look like MSWindows -- the skinning behind them allows for any image-based GUI.

The only alternative is ditching the Forms altogether and building your skin from ground up using WinAPI. An example can be seen on flipcode (C++, but WinAPI's the same).

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