VB 退出窗體時提示是否真的退出代碼

Private Sub cmdExit_Click() If MsgBox("Are you sure?", vbYesNo, "Exiting the application") = vbYes Then Unload Me End If End Sub
相關文章
相關標籤/搜索