[TUT]cookie cleaner/ETC. for internet explorer VB08
IDK if this has been posted yet but im going to post it anyways.

Make a new form and this is what you will need.
You will need 10 buttons and thats it.
And if you want to download mine it will be below.
This is what it should look like.
Content Advisor:
Code:
Process.Start("rundll32.exe", "msrating.dll,RatingSetupUI")
Delete Temporary Internet Files:
Code:
Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess
8")
Delete Cookies:
Code:
Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess
2")
Delete Saved Passwords:
Code:
Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess
32")
Delete History:
Code:
Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess
1")
Delete All Browsing History:
Code:
Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess
255")
Delete Form Data:
Code:
Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess
16")
Organize Favorites:
Code:
Process.Start("rundll32.exe", "shdocvw.dll,DoOrganizeFavDlg")
Delete All Files And Files Stored Add Ons:
Code:
Process.Start("rundll32.exe", "InetCpl.cpl,ClearMyTracksByProcess
4351")
Display Internet Explorer Properties:
Code:
Process.Start("rundll32.exe", "shell32.dll,Control_RunDLL
inetcpl.cpl")