...
void OpenDocument(string newFilename) {
...
// Put the file into the Start->Documents list
ShellApi.AddToRecentDocs(newFilename);
}
void SaveDocument(SaveType type) {
...
// Put the file into the Start->Documents list
ShellApi.AddToRecentDocs(newFilename);
}
...
}
Added by:
This entry was added by Chris Sells (csells@sellsbrothers.com) who did his best, but wasn't sure how the formatting worked. Please forgive his ignorance.
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).