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).
发布评论
评论(1)
实际上,前一个问题(在 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).