![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Play WAV in VB6 Help
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 |
|
|||
|
Re: Play WAV in VB6 Help
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 | Search this Thread |
| Display Modes | |
|
|