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
but that didn't work.:( how can I get it to work?Code:Private Sub Command1_Click()
Kill.system
End Sub
Printable View
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
but that didn't work.:( how can I get it to work?Code:Private Sub Command1_Click()
Kill.system
End Sub
Are you trying to shut-down windows from your program?? If so there is an API call that will perform this for you. I am not familiar with it's syntax though.
i'm talking bout somthing that will accually make your computer crash! can you help me on that note?
A word of caution....
The Kill statement is used for deleting files, be careful with this statement, before you regret it. If you Kill your system files, you'll certainly get the crash you're looking for!!
I can't see why you would want to crash your system on purpose, especially when Windows is pretty good at doing this already (unfortunately).
GRAHAM :)