Adding to Recent Documents

S

Simon Jefferies

Hello,

How do I add an entry to the Windows Recent Documents list during the
execution of a windows app?

In MFC you could call a function in the Shell library from my memory. Is
there a .NET equivalent?

Thanks in advance,
Regards
Simon Jefferies
Tools Programmer, Headfirst Productions
mailto:[email protected]
 
D

DraguVaso

I guess this will work: adding a shortcut to the C:\Documents and
Settings\MyUserName\Recent\-directory?
 
A

Armin Zingler

Simon Jefferies said:
How do I add an entry to the Windows Recent Documents list during the
execution of a windows app?

In MFC you could call a function in the Shell library from my memory.
Is there a .NET equivalent?

I didn't find one. You probably still have to call
http://msdn.microsoft.com/library/e...ell/reference/functions/shaddtorecentdocs.asp

(I think that's what you meant)


--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top