Good morning,
Can someone assist with code for a message box that contains the yes - No - Cancel options as vb.net has here
whichButtonDialogResult = MessageBox.Show("Add current values to the total?", _
"Save?", MessageBoxButtons.YesNo, MessageBoxIcon.Question)
Thank you
Can someone assist with code for a message box that contains the yes - No - Cancel options as vb.net has here
whichButtonDialogResult = MessageBox.Show("Add current values to the total?", _
"Save?", MessageBoxButtons.YesNo, MessageBoxIcon.Question)
Thank you