What is the easiest way to play an mp3 file as background music???? And how do i do it? /Eric
the absolute easiest way is to add a Windows Media Player Control to your form, and make it invisible. The just do something like this: Code: MP1.Filename = "c:\mydir\mymp3.mp3" MP1.Play I dont remember how to make it loop, but you can figure that out. Z.
MP1.Filename = "c:\mydir\mymp3.mp3" MP1.Play
You should be able to find everything you need here: http://www.rookscape.com/vbgaming/tutAW.php
Thanks alot for the help! /Eric
Forum Rules