Re: [VB6]Creating Loop Mp3
Of course it will close it when the program closes, because the program is running the sound.
Basically
-
No Program => No Sound
Re: [VB6]Creating Loop Mp3
Hello, I am Diesibah, And this is a simple problem i cannot explain in detail how to do this but it is simple really, Just go to that well known website you all know of www.youtube.com and search it in there with commantery i'm sure you will find a nice tut on how to do this Thank You!:tongue:
Re: [VB6]Creating Loop Mp3
Quote:
Originally Posted by
jcgo16
i need help guys
i need a code for looping mp3 again and again
its just like this
when i open my vb, Private Sub Form_Load() right?
it will play an mp3 file
for example 1.mp3
it will open 1.mp3, when i close the program, the sound will shut off to
need a help
sorry for my bad english
Try a looping statement?
Code:
Private Sub Form_Load()
Do
Run 1.mp3 ( I think run is the right command?)
Loop
Though...I think that might just make it open like infinite times...Try it =\