Вниз
Скачать: 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.005 c
14-42838
artur
2001-12-25 10:32
2002.02.14
какой delphi устанавливается под windows 2000


1-42756
DmitryB
2002-01-31 00:20
2002.02.14
Как заполнилть таблицу?


3-42695
saviola
2002-01-22 14:08
2002.02.14
Работа с SQL в Делфи?


3-42677
Натик
2002-01-18 13:07
2002.02.14
Index is out of date


1-42736
Игорь
2002-01-30 03:09
2002.02.14
Вопрос из серии Hellow Word :)




   Наверх