[윈도우즈 API] 윈도우즈 탐색기의 아이콘 뽑아내서 사용하기
unit Unit1; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ComCtrls; type TForm1 = class(TForm) ImageList1: TImageList; ListView1: TListView; procedure FormCreate(Sender: TObject); private { Private declarations } public { Public declarations } end; var Form1: TForm1; implementation {$R *.DFM} const Tool_Controls = 120; File_Controls = 124; function Load..
카테고리 없음
2023. 9. 11. 10:20