Вниз
Скачать: CL | DM;

shortcut -ы?   Найти похожие ветки 

 
Ceputq   (2001-11-07 17:44) [0]

Напишите кто знает как извлечь инфо из файлов shortcuts (lnk и pif)


 
XelaMorf   (2001-11-09 09:41) [1]

procedure TForm1.CreateLink(const PathObj, PathLink, Desc, Param: string);
var IObject: IUnknown;
SLink: IShellLink;
PFile: IPersistFile;
begin
IObject := CreateComObject(CLSID_ShellLink);
SLink := IObject as IShellLink;
PFile := IObject as IPersistFile;
with SLink do begin
SetArguments(PChar(Param));
SetDescription(PChar(Desc));
SetPath(PChar(PathObj));
end;
PFile.Save(P



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.44 MB
Время: 0.009 c
6-42817
Kirill45
2001-11-25 02:55
2002.02.14
Net


1-42739
Alex
2002-01-30 21:48
2002.02.14
Вопрос:


3-42675
Aledo
2002-01-20 15:59
2002.02.14
Заполнение таблицы


1-42744
AlexanderSK
2002-01-30 17:40
2002.02.14
TRichEdit


7-42882
Ceputq
2001-11-07 17:44
2002.02.14
shortcut -ы?




   Наверх