View Single Post
Old Jul 29th, 2006, 6:13 PM   #16
Darcksky
Newbie
 
Join Date: May 2006
Posts: 18
Rep Power: 0 Darcksky is on a distinguished road
Can you give me the Code for Windows media Control Mixed with Resource ??
Cause Private Sub Form_Load()
MMControl1.FileName = App.Path & "\intro_sound.mp3"
MMControl1.Command = "Open"
MMControl1.Wait = True
MMControl1.Shareable = False
MMControl1.Command = "Play"
MMControl1.Command = "Close"
End Sub

interrupts my program
How should i do it?
Darcksky is offline   Reply With Quote