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.
 
Back
Top