如何创建这个动画箭头?
我刚刚在我的电脑上安装了一个程序,之后,屏幕上会出现一个动画箭头,在栏上显示一个新元素:
我怎样才能创建这个动画箭头?我必须使用什么 API?
I have just installed a program on my pc and after that, an animated arrow is appeared on the screen showing me a new element on the bar:
How can I create this animated arrow ? What API do I have to use ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它可以用具有自定义形状的窗口制成。我的一位同事在这里记录了如何在 .NET 中执行此操作:
http://www.atalasoft.com/cs/blogs/jake/archive/2008/05/09/beauty-is-only-skin -deep-skinning-your-winforms-application.aspx
http://www.atalasoft.com/cs /blogs/jake/archive/2008/05/19/beauty-is-only-skin-deep-part-deux-if-it-looks-like-a-duck-it-might-be-a-winform.aspx
通过遵循以下技术,可以在 C++ 中完成同样的事情
It can be made with a window that has a custom shape. One of my colleagues documented how to do this in .NET here:
http://www.atalasoft.com/cs/blogs/jake/archive/2008/05/09/beauty-is-only-skin-deep-skinning-your-winforms-application.aspx
http://www.atalasoft.com/cs/blogs/jake/archive/2008/05/19/beauty-is-only-skin-deep-part-deux-if-it-looks-like-a-duck-it-might-be-a-winform.aspx
The same thing can be done in C++ by following the technique
我不知道 API 中公开了这样的功能。我希望应用程序直接绘制它,这当然是完全有权这样做的。
I'm not aware that such a capability is exposed in an API. I expect the app draws it directly which it is of course perfectly entitled to do.