Results 1 to 11 of 11

Thread: Playing sound [SEMI-resolved]

Threaded View

  1. #1

    Thread Starter
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349

    Playing sound [SEMI-resolved]

    Doe anyone know how I can write a program to play sound but don't just want to use the API:
    VB Code:
    1. Private Declare Function sndPlaySound& Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long)
    Because I also what to be able to pause and use an equalizer. I don't mind if you only know of controls that do this but I'd prefer to be able to do this from just code.
    Thanx for any help.
    Last edited by Electroman; Mar 28th, 2003 at 05:21 PM.
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width