VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

VB Recent File List Updated

Christopher Reason  (5 Submissions)   Registry   VB Script   Intermediate   Wed 3rd February 2021

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 (4(4 Vote))

Download VB Recent File List Updated

VB Recent File List Updated Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters