newbie - how to correctly exit (return) after you messagebox.show?
I googled a tried simply
return,
else
MessageBox.Show("You must choose at least one market!");
return;
This does not stop the code from continuing on. I want it to stop after they click OK and put focus back to the button they clicked
Thanks in advance!
I googled a tried simply
return,
else
MessageBox.Show("You must choose at least one market!");
return;
This does not stop the code from continuing on. I want it to stop after they click OK and put focus back to the button they clicked
Thanks in advance!