问题
I'm not really sure why VB6 is crashing. I have a form with a checkbox and if it's checked, then I msgbox
a value. The only thing I have in that Subroutine is the msgbox.
I'm running this on Windows 10. I've already set the compatibility mode to Windows XP but that doesn't change the behavior that's happening.
How do I fix this? I'm not even sure what the issue is.
Private Sub ChkNonSerialize_Click()
MsgBox "Test"
End Sub
来源:https://stackoverflow.com/questions/62283655/vb6-crashing-with-run-time-error-5-with-only-msgbox