怎样使用动态图标.ani文件?

netsong 2001-08-23 08:54:12
...全文
132 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
netsong 2001-08-23
  • 打赏
  • 举报
回复
??
netsong 2001-08-23
  • 打赏
  • 举报
回复
能作为icon来用吗?
tlovexyj 2001-08-23
  • 打赏
  • 举报
回复
直接用LoadCursorFromFile
The LoadCursorFromFile function creates a cursor based on data contained in a file. The file is specified by its name or by a system cursor identifier. The function returns a handle to the newly created cursor. Files containing cursor data may be in either cursor (.CUR) or animated cursor (.ANI) format.

HCURSOR LoadCursorFromFile(
LPCTSTR lpFileName // file or identifier
);
Parameters
lpFileName
[in] Specifies the source of the file data to be used to create the cursor. The data in the file must be in either .CUR or .ANI format.
If the high-order word of lpszFileName is nonzero, it is a pointer to a string that is a fully qualified name of a file containing cursor data.

它支持ani
tlovexyj 2001-08-23
  • 打赏
  • 举报
回复
这是光标(鼠标的)

什么意思:
回复人: netsong() (2001-8-23 9:18:50) 得0分
能作为icon来用吗?

5,388

社区成员

发帖
与我相关
我的任务
社区描述
Delphi 开发及应用
社区管理员
  • VCL组件开发及应用社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧