Dim NomDeTonThread As New Threading.Thread(AddressOf FonctionDeLectureDeTonSon) NomDeTonThread.Start()
Public Function JouerSonNumero1() My.Computer.Audio.Play(My.Resources.Son, AudioPlayMode.Background) End Function
Dim ThreadJouerSonNumero1 As New Threading.Thread(AddressOf JouerSonNumero1()) ThreadJouerSonNumero1.Start()