C#, Confirmation Dialog box

  • Thread starter Thread starter Mathieu Chavoutier
  • Start date Start date
M

Mathieu Chavoutier

Hi.

I would like to have a simple confirmation dialbox that popup when I want.
A box with "Are you sure that you want to remove thatThing ?" "Yes" "No".

But, I cannot find one.
Does not any of them already exists ?
 
Mathieu Chavoutier said:
I would like to have a simple confirmation dialbox that popup when I want.
A box with "Are you sure that you want to remove thatThing ?" "Yes" "No".

But, I cannot find one.
Does not any of them already exists ?

Have a look at MessageBox.Show and MessageBoxButtons.YesNo.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top