Wav files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • OuTCasT
    Contributor
    • Jan 2008
    • 374

    Wav files

    hi there all.
    i wanted to know if its possible when using a currency manager to navigate through the rows.
    when i get to the last record i used..
    if sqlmanager.posi tion = sqlManager.coun t - 1 then console.beep()

    is it possible to play a wav file instead of the console.beep() ????
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    In VB 6.0 you can use PlaySound API for the purpose.

    Comment

    • Ali Rizwan
      Banned
      Contributor
      • Aug 2007
      • 931

      #3
      Yes you can play a wav file. Goto howtos section there you will find my article in which i have coded that how can you play a wav file.

      Regards
      >> ALI <<

      Comment

      Working...