Outils pour utilisateurs

Outils du site


lang:csharp:ihm:commun

Ceci est une ancienne révision du document !


Affiche un MessageBox sans bloquer la suite du process

Vive le thread tout simplement. Facilement adaptable à n'importe quelle autre action.

new Thread(new ThreadStart(delegate
{
  MessageBox.Show("Je ne bloque pas.", "Titre", MessageBoxButtons.OK, MessageBoxIcon.Warning);
})).Start();
lang/csharp/ihm/commun.1479748834.txt.gz · Dernière modification : 2016/11/21 18:20 de root