well in my program there is a button to crash the system. Iwas wondering if anyone knew what is was. I heard it was like
Code:
Private Sub Command1_Click()
Kill.system
End Sub
but that didn't work. how can I get it to work?