VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This Code plays alomst all mediaformats that is supported by your windows version.

by Ralph (3 Submissions)
Category: Sound/MP3
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 15th June 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This Code plays alomst all mediaformats that is supported by your windows version.

API Declarations


microsoft common dialog control 6.0 and
microsoft multimedia control 6.0, then add the parts to your form as you like it.

Rate This Code plays alomst all mediaformats that is supported by your windows version.



'Authur: Ralph

with commondialog1
.filter = "Any Media format (*.*)|*.*"
.showopen
mmcontrol1.command = "stop"  'stop any earlier sound/movie.
mmcontrol.filename = commondialog1.filename 'Tells the mmcontrol wich file it 
'should open
mmcontrol1.command = "open"
mmcontrol1.command = "play"

Download this snippet    Add to My Saved Code

This Code plays alomst all mediaformats that is supported by your windows version. Comments

No comments have been posted about This Code plays alomst all mediaformats that is supported by your windows version.. Why not be the first to post a comment about This Code plays alomst all mediaformats that is supported by your windows version..

Post your comment

Subject:
Message:
0/1000 characters