...add a file to the document menu?

Author: Simon Grossenbacher
Homepage: http://www.swissdelphicenter.ch

Category: Files

uses ShellAPI, ShlOBJ;

procedure AddToStartDocumentsMenu(sFilePath: string);
begin
  
SHAddToRecentDocs(SHARD_PATH, PChar(sFilePath));
end;

 

printed from
www.swissdelphicenter.ch
developers knowledge base