位图到图标

bottom 2003-08-30 11:09:00
位图到图标:
var
ico:ticon;
bit:TBitmap;
begin
ico:=ticon.create;
bit:=TBitmap.create;
bit.assign(ico);//运行时错误
ico.savetofile('c:\a.ico');
ico.free;
bit.free;
end;
我该怎么办,我想把位图转换成图标???
...全文
53 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复

1,184

社区成员

发帖
与我相关
我的任务
社区描述
Delphi Windows SDK/API
社区管理员
  • Windows SDK/API社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

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