C
C#2mo ago
Pkzoid

created a basic C# .NET WinForms app to clean system files like temp, prefetch, and cache.

How can I allow users to choose which files they want to clean (like just prefetch) by checking a checkbox?
1 Reply
mikernet
mikernet2mo ago
Your question is too broad to be answered in any useful way. 1) Learn C# 2) Learn WinForms 3) Add checkboxes to a form in WinForms 4) Write the code to delete selected system files. You need to be specific about what issue you are currently running into.

Did you find this page helpful?