Hey guys!
Two questions: how can I completely wipe a file from disk with vb.net? I found a code in C#, converted it to VB.net online but didn't understand a letter. I was thinking on a wiper like CCleaner has, but for a selected files only.
And, how can I manage drag-n-drop functions? Like... drag something into my form (or my app's exe) and do something with it?
Thanks!