
Clear Confirmation
Friday, December 12th, 2003
It’s been a while since I visited this VB app I’m updating today for a long-time client. I forgot about this gem:
Sub cmdClear_Click()
If MsgBox("Are you absolutely positively certain beyond a shadow of a doubt that you really truly want to clear the task list?", vbYesNo, "Ok, so let's be clear about this.") = vbYes Then clearTaskList
End Sub
It’s been a while since I visited this VB app I’m updating today for a long-time client. I forgot about this gem:
Sub cmdClear_Click()
If MsgBox("Are you absolutely positively certain beyond a shadow of a doubt that you really truly want to clear the task list?", vbYesNo, "Ok, so let's be clear about this.") = vbYes Then clearTaskList
End Sub