VB6 Crashing with Run-Time Error 5 with only msgbox

穿精又带淫゛_ 提交于 2020-06-29 05:14:00

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!