c# - MessageBoxIcon.Questionn to play sound? -


I want to play a sound while displaying a message box question type.

Here is my code:

  If (MessageBox.Show ("Are you sure to delete this item?", "Confirm", message box button. Yes No, MessageBoxIcon.Question) == DialogResult.Yes)   

This is the system setting based on the user in the control panel. If the user does not have any sound from the question event, then nothing will run. < / Div>

Comments

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -