admin管理员组文章数量:1404594
So in Delphi, controls that inherit from TGraphicControl are drawn first by VCL, then Windows draws its own controls (represented by TWinControls in VCL).
I need to display a loading icon while the program works, and the window contains Windows controls, so this means I need my gif to be displayed in a TWinControl placed above all others.
I'm not sure where to even begin to look into how to tell Windows to play a gif in a TWinControl ? The main problem is that I can't use a timer to handle the frames myself since the UI thread will be busy. So I need something that will handle the gif frames by itself.
本文标签: windowsHow can I make a gif play in a TWinControlStack Overflow
版权声明:本文标题:windows - How can I make a gif play in a TWinControl? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744839892a2627860.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论