Private Sub cmdExit_Click() If MsgBox("Are you sure?",vbYesNo,"Exiting the application") = vbYes Then Unload Me End If End Sub原文链接:https://www.f2er.com/vb/260261.html
Private Sub cmdExit_Click() If MsgBox("Are you sure?",vbYesNo,"Exiting the application") = vbYes Then Unload Me End If End Sub原文链接:https://www.f2er.com/vb/260261.html