Windows 7 与 Delphi 集成
我需要组件将我的应用程序集成到 Windows 7。我正在谈论任务栏具有进度条、按钮、文本等的能力。
你知道的最好的是什么?
I need components to integrate my app to Windows 7. I'm talking about the taskbar's ability to have progressbar, buttons, text and so on.
What is the best you know?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我不了解组件,但我看过一些博客文章解释了如何自己实现这一点。查看 http://www.drbob42.com/examines/examinC5.htm 和 <例如,a href="http://alex.ciobanu.org/?p=215" rel="nofollow">http://alex.ciobanu.org/?p=215。
I don't know about components, but I've seen a few blog posts that explain how to implement this yourself. Check out http://www.drbob42.com/examines/examinC5.htm and http://alex.ciobanu.org/?p=215, for example.
Daniel Wischnewski 正在开发一些适用于 Delphi 的 Windows 7 组件。
他博客上的此视频演示了一些功能。
Daniel Wischnewski is developing some Windows 7 components for Delphi.
This video on his blog, demonstrates some of the features.
delphi.fsprolabs.com 上有一个包含免费源代码的 Windows 7 组件包。我能说的最好的一点是,当您弄清楚如何使用它们时,这些组件的性能符合预期:实现不是很优雅,我发现很难开始使用它们。 Mason Wheeler 到 DrBob 帖子的链接将使您达到大致相同的观点,但您将在此过程中获得有用的知识。
There's a package of Windows 7 components, free with source, at delphi.fsprolabs.com. The best I can say is that the components perform as expected, when you work out how to use them: the implementation is not very elegant and I found it hard to get started with them. Mason Wheeler's link to DrBob's post will get you to about the same point but you will gain useful knowledge along the way.
还有一个托管在 Theunknownones 的 Google 代码上的项目,其中包含一个组件集
称为 TaskbarListComponents。
它看起来是一个非常好的、完整的实现。
您可以在此处查看它们的实际操作。
http://www.vimeo.com/14291783 TTaskbarListThumbButtons 和 TTaskbarListOverlayIcon
http://www.vimeo.com/14354328 TTaskbarListProgress
http://www.vimeo.com/14356627 TTaskbarlistFormTab 和 TTaskbarlistControlTab
There is also a project hosted on goolge code from The unknownones with a component set
called TaskbarListComponents.
It looks to be a very nice and a complete implementation.
You can see them in action here.
http://www.vimeo.com/14291783 TTaskbarListThumbButtons and TTaskbarListOverlayIcon
http://www.vimeo.com/14354328 TTaskbarListProgress
http://www.vimeo.com/14356627 TTaskbarlistFormTab and TTaskbarlistControlTab