Delphi VCL“任务对话框” Windows 7 中的问题
我正在 Delphi 2007 上开发一个 Windows 应用程序,并在其中使用“Ttaskdialog”组件。使用 Windows XP 它可以正常运行,但在 Windows 7 中我收到以下消息:
TtaskDialog 需要启用主题
有任何线索如何修复它吗?
I'm developing an windows app on Delphi 2007 and I'm using "Ttaskdialog" component in it. Using windows XP it runs normally, but in Windows 7 I'm getting the following message:
TtaskDialog requires themes to be enabled
Any clues how to fix it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要使用 TTaskDialog,您需要在项目选项中启用主题。
在菜单中转到项目 -> 选项...
然后到申请
并选中启用运行时主题框。
To use TTaskDialog you need to enable themes in project options.
In menu go to Project -> Options...
then to Application
and check the Enable runtime themes box.