VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Add a file to the Windows Recent Document List/ Clear existing list

by Anonymous (267 Submissions)
Category: Windows System Services
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Wed 1st September 1999
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



Dim strNewFile as String
strNewFile="c:\myfile.ext"
Call SHAddToRecentDocs(2,strNewFile)   
               
'clear the entire list
Call SHAddToRecentDocs(2,vbNullString) 

Download this snippet    Add to My Saved Code

Add a file to the Windows Recent Document List/ Clear existing list Comments

No comments have been posted about Add a file to the Windows Recent Document List/ Clear existing list. Why not be the first to post a comment about Add a file to the Windows Recent Document List/ Clear existing list.

Post your comment

Subject:
Message:
0/1000 characters