Add a file to the Windows Recent Document List/ Clear existing list
Add a file to the Windows Recent Document List/ Clear existing list
Rate Add a file to the Windows Recent Document List/ Clear existing list
(2(2 Vote))
Dim strNewFile as String
strNewFile="c:\myfile.ext"
Call SHAddToRecentDocs(2,strNewFile)
'clear the entire list
Call SHAddToRecentDocs(2,vbNullString)
Add a file to the Windows Recent Document List/ Clear existing list Comments
No comments yet — be the first to post one!
Post a Comment