Vielleicht reden wir an einander vorbei, ich geh jetzt mal auf nummer sicher und zeige dir
hier was ich meine.
Ich Suche nach einer Methode die das macht was dort gezeigt wird.
Delphi-Quellcode:
TShellLinkInfoStruct = record
FullPathAndNameOfLinkFile: array[0..MAX_PATH] of Char;
FullPathAndNameOfFileToExecute: array[0..MAX_PATH] of Char;
ParamStringsOfFileToExecute: array[0..MAX_PATH] of Char;
FullPathAndNameOfWorkingDirectroy: array[0..MAX_PATH] of Char;
Description: array[0..MAX_PATH] of Char;
FullPathAndNameOfFileContiningIcon: array[0..MAX_PATH] of Char;
IconIndex: Integer;
HotKey: Word;
ShowCommand: Integer;
FindData: TWIN32FINDDATA;
end;
Dieses Record will ich gefüllt haben ohne
uses ShlObj, ComObj, ActiveX, CommCtrl;