H hlsoft Unregistered / Unconfirmed GUEST, unregistred user! 2001-01-16 #1 怎样使用Image显示Dll中的ico. 比如我想使Image显示C:/windows/system/shell32.dll中的第2个图标,我该怎么做?
S sharkHun Unregistered / Unconfirmed GUEST, unregistred user! 2001-01-16 #2 var Image : TImage; image.picture.icon.handle:= ExtractIcon(Hinstance,'C:/windows/system/shell32.dll',1)
var Image : TImage; image.picture.icon.handle:= ExtractIcon(Hinstance,'C:/windows/system/shell32.dll',1)
P pqx Unregistered / Unconfirmed GUEST, unregistred user! 2001-01-16 #3 sharkHun is right. please uses shellapi