This code just causes those neat little errors Windows sends us every so often. I don't think there's a use for this, but here it is anyway. Just a note, it also closes the VB IDE when called so watch out!
Inputs
Buttons: cmdFatalAppExit, cmdFatalExit
Side Effects
Crashes VB IDE if called from within the IDE.
API DeclarationsPrivate Declare Sub FatalAppExit Lib "kernel32" Alias "FatalAppExitA" (ByVal uAction As Long, ByVal lpMessageText As String)
Private Declare Sub FatalExit Lib "kernel32" (ByVal code As Long)