Shortcuts to files

  • Thread starter Thread starter Max
  • Start date Start date
M

Max

I would like to create shorcuts from my program and to resolve shortcuts to
file names.
Generally it is to maintain list of recent files,
and I would like to find .NET analogue to SHAddToRecentDocs, if any exist as
well.

If anybody have some ideas on these subjects, I will appreciate your help.
 
* "Max said:
I would like to create shorcuts from my program and to resolve shortcuts to
file names.
Generally it is to maintain list of recent files,
and I would like to find .NET analogue to SHAddToRecentDocs, if any exist as
well.

There is no .NET analogue, you will have to call the function mentioned
above via p/invoke.
 
Back
Top