emblewembl
Programmer
I am using a windows forms messageBox for the first time and i don't know how to tell whch button was pressed! My messageBox is as follows:
I want to respond differently when yes or no is clicked. Can anyone point me in the right direction?
i love chocolate
Code:
MessageBox.Show(this,"Selections","Confirm Image Selections",MessageBoxButtons.YesNo);
I want to respond differently when yes or no is clicked. Can anyone point me in the right direction?
i love chocolate