vendredi 6 avril 2012
Code to play sound in axapta
static void ExemploPlaySound(Args _args)
{
System.Media.SoundPlayer YourMPlayer;
;
YourMPlayer= new System.Media.SoundPlayer();
YourMPlayer.set_SoundLocation("c:\\xyz.wav");
YourMPlayer.Play();
}
Aucun commentaire:
Enregistrer un commentaire
Article plus récent
Article plus ancien
Accueil
Inscription à :
Publier les commentaires (Atom)
Aucun commentaire:
Enregistrer un commentaire