abdelwaheb ammar

abdelwaheb ammar

  • 1.3k
  • 393
  • 119k

some bold text in messageTextBox in winforms

Dec 25 2015 5:18 AM

is it possible to insert a message box with some bold text in winforms and C# language?

 DialogResult savemoral = MessageBox.Show("would you like insert the client " + txtnomste.Text + " with M.F " + txt_matchiffre1.Text + " and manager " + formgerant.listgerant[0] + " " + formgerant.listgerant[1] + " with C.I.N " + formgerant.listgerant[6], "Enregistrement Contribuable", MessageBoxButtons.YesNo, MessageBoxIcon.Information); if (savemoral.Equals(DialogResult.Yes)) {instruction.........}

Answers (1)