VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



playing a wave file using multimedia control

by satish muranal (2 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 28th October 2005
Date Added: Mon 8th February 2021
Rating: (1 Votes)

playing a wave file using multimedia control

Rate playing a wave file using multimedia control



mmcontrol1.notify = false
mmcontrol1.wait = true
mmcontrol1.sherable = false
mmcontrol1.devicetype = "WaveAudio"
mmcontrol1.filename = "C:\WINDOWS\MEDIA\LOGOFF.wav"
mmcontrol1.command = "open"
End sub

Download this snippet    Add to My Saved Code

playing a wave file using multimedia control Comments

No comments have been posted about playing a wave file using multimedia control. Why not be the first to post a comment about playing a wave file using multimedia control.

Post your comment

Subject:
Message:
0/1000 characters