![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
Join Date: May 2006
Posts: 18
Rep Power: 0
![]() |
Insert Music to my Trainer
hey hi all , i wan to insert a sound to my trainer for solitaire i tried searching here but i gave up i couldn't find anything so i decided to post it here..
this is my problem i tried using the Microsoft Multimedia control and with this code: 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 but the problem is when i run the project i can hear the sound but it interrups my application like the sound has to stop for me to use my application and i dont like that i want the sound to be playing while im using my application i also dont like to have the music in the project or the people who are going to use it have to download the music too is there a better way to di it? |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|