如何让 TAnimate 的通用 AVI 在 Vista 和 Win7 上运行?

发布于 2024-08-06 07:26:56 字数 203 浏览 5 评论 0原文

我有一个 Delphi 2007 应用程序,它有一个带有 FindFile Common AVI 的 TAnimate 控件。当应用程序在 Windows XP 上运行时,它工作得很好,但在 Windows 7 上却什么也没有出现。我听说它现在需要自己的线程,但我不确定。

有谁知道如何让 TAnimate 的通用 AVI 控件在 Windows 7(或 Vista)上工作?

I have a Delphi 2007 application that has a TAnimate control with a FindFile Common AVI. It works perfectly when the application is run on Windows XP, but nothing ever appears on Windows 7. I've heard it now requires its own thread, but I am not certain.

Does anyone know how to get TAnimate's Common AVI control to work on Windows 7 (or Vista)?

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

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

发布评论

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

评论(2

谎言 2024-08-13 07:26:57

您必须将单元 ShellAnimations 添加到项目中,或从组件的 Win32 选项卡添加组件 TShellResources调色板。 (在 Windows Vista-Delphi 2007 中测试)

uses
ShellAnimations;

此单元将以下替换动画资源添加到可执行文件中:

  • FindFolder.res
  • FindFile.res
  • FindComputer.res
  • CopyFiles.res
  • CopyFile.res
  • RecycleFile.res
  • EmptyRecycle.res
  • DeleteFile.res

再见。

You must add the unit ShellAnimations to you project or add the component TShellResources from the Win32 tab of the component palette. (Tested in Windows Vista- Delphi 2007)

uses
ShellAnimations;

this unit adds the following replacement animation resources to your executable:

  • FindFolder.res
  • FindFile.res
  • FindComputer.res
  • CopyFiles.res
  • CopyFile.res
  • RecycleFile.res
  • EmptyRecycle.res
  • DeleteFile.res

Bye.

梦太阳 2024-08-13 07:26:57

Delphi 7 不起作用。我使用 Windows 11,无法将 AVI 加载到组件。我总是收到错误。

Delphi 7 it does not work. I use Windows 11 and I cannot load AVI to component. I get error always.

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