Well I just started trying to learn VB.NET recently, and I dont know any code. :confused:
I have a good idea for a form with simple buttons. All I need is the code to make it work. I want it to delete the contents of folders without any prompts. I wish to have a few buttons to delete different folders. I also want to have one big button to delete them all if that is possible. All I need is someone to write or explain what code I would need for a specific button.
Just shove it in here
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
<<<<<<<--- Here ----- >>>>>>>>
End Sub
