Hello people,

i was just wondering if anyone knew how i could play a sound off my programe, i want a sound file to play when a winner on my program gets the jackpot!

my code atm is

VB Code:
  1. If TotalWinner6 = 6 Then
  2. MessageBox.Show("Winner!!! MILLIONAIRE!!! for " & objCurrentRow("LastName"))
  3. End If

Any help on this would be very gratful

Cheers

Mikey