| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Does anyone have the Code and Declarations necessary to play WAV Files in VB6? This must be done without the Windows Media Player Console becoming visible. A shell function used to work, but it does not work any more. Any help greatly appreciated. Hugh Haggerty h.a.haggerty@earthlink.net |
|
#2
| |||
| |||
| Hugh Haggerty wrote: > Does anyone have the Code and Declarations necessary to play > WAV Files in VB6? This must be done without the Windows Media > Player Console becoming visible. > > A shell function used to work, but it does not work any more. PlaySound() Private Declare Function PlaySound Lib "winmm.dll" Alias "PlaySoundA" (ByVal lpszName As String, ByVal hModule As Long, ByVal dwFlags As Long) As Long -- Dean Earley (dean.earley@icode.co.uk) i-Catcher Development Team iCode Systems |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.