can anyone suggest me a code for asking to click on yes or no to further persue or not in c#. I'm making a data base program and I want that a message box should sjow me the values to check and ask to click yes to continue or no to go back and modify
Asked
Active
Viewed 389 times
-4
-
2`MessageBox.Show(...)` ? – David Sep 27 '17 at 14:12
-
2Have you Google your requirement first? You will find lots of references for this task on Google. – Rahul Hendawe Sep 27 '17 at 14:13
-
Please read [ask] and take the [tour]. This is not a code writing service. – Ňɏssa Pøngjǣrdenlarp Sep 27 '17 at 14:22
1 Answers
0
Probably you need to use MessageBox.Show. https://msdn.microsoft.com/en-us/library/system.windows.forms.messagebox.show(v=vs.110).aspx

Andrey Belykh
- 2,578
- 4
- 32
- 46