Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Unrecoverable dx8


Jumbofile
 Share

Recommended Posts

I made an exit game button in eo 3.0

the code in the sub

```

Private Sub cmdX_Click()

unload Me

End Sub

Private Sub Form_Unload(Cancel As Integer)

Dim intReturn As Integer

intReturn = MsgBox("Ready to Exit", vbOKCancel, "Exit?")

If intReturn = vbOK Then

Else

Cancel = True

End If

End Sub

```

when it exits the game it says un recoverable dx8 error
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...