I have a message box with the YesNoCancel buttons...
YesNoCancel
Yes
The way I use a yes/no prompt is:
If MsgBox("Are you sure?", MsgBoxStyle.YesNo) <> MsgBoxResults.Yes Then Exit Sub End If