Вниз
Скачать: 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.007 c
1-42806
Lotus
2002-01-31 21:33
2002.02.14
Что-то странное с TMemo


14-42863
petr_v_a
2001-12-26 21:58
2002.02.14
>Yuvich личное


1-42771
IronHawk
2002-01-31 12:57
2002.02.14
Уважаемые Мастера! Опять нужна ваша помощ с fsMDIChild.


1-42709
Arkady_B
2002-01-30 09:45
2002.02.14
Прозрачные компоненты?


1-42781
Romul
2002-01-31 15:29
2002.02.14
Проблема с Excel




   Наверх