VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



VB Recent File List Updated

by Christopher Reason (5 Submissions)
Category: Registry
Compatability: VB Script
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

With this project you can delete items from you registry that show up in the Recent Files list of Visual Basic. Please note that, running the program from the VB IDE will NOT delete items permanently from the list. The reason for this is: When VB is closed it "re-saves" the recent list. So you must compile the project to EXE form, close VB and run the EXE to make it work.
UPDATE - Now displays project that no longer exist in red.
Other examples in this project include:
*Resizing Columns in a List View
*Sorting Columns in a List View
You can also find a Microsoft reference for the object used in this code sample at https://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/wsmthregread.asp (Look for RegWrite, RegRead and RegDelete)
Thanks for taking the time to look at my example and I hope you find it useful for something :)
Christopher.

Assumes
Realize that VB "re-writes" the recent list every time it closes, so, to delete items from your recent list, you must compile this project, close VB and then run the EXE to delete items from the recent files list.
Side Effects
None Known

Rate VB Recent File List Updated

Download VB Recent File List Updated

Download VB Recent File List Updated (7 KB)

VB Recent File List Updated Comments

No comments have been posted about VB Recent File List Updated. Why not be the first to post a comment about VB Recent File List Updated.

Post your comment

Subject:
Message:
0/1000 characters