Internet Explorer Cleaning Tool in Visual Basic
Introduction:
This tutorial is on how to create a temporary file cleaner for Internet Explorer in Visual Basic.
Information:
The path Internet Explorer currently uses for storing the temporary files and folders is;
C:\Users\{User name}\AppData\Local\Microsoft\Windows\INetCache\IE
Design:
This form simply uses one button to delete the contents; we can keep its name the default 'button1' since it is the only component on the form.