S
Starbuck
Hi
Using the following code is there a way of ensuring the NO button is set t
default button?
Thanks in advance
Dim reply As Integer = MessageBox.Show("Are you sure?", "Delete Record",
MessageBoxButtons.YesNo)
If reply = DialogResult.No Then Exit Sub
Using the following code is there a way of ensuring the NO button is set t
default button?
Thanks in advance
Dim reply As Integer = MessageBox.Show("Are you sure?", "Delete Record",
MessageBoxButtons.YesNo)
If reply = DialogResult.No Then Exit Sub