hi, i would like to know how to play .wav files from a OLE1 any help?
Last edited by Gunner54; Oct 8th, 2006 at 09:20 AM.
Why OLE? You can use PlaySound api function instead. Do a quick search - there are many samples.
Microsoft MVP - Visual Basic 2006-2013 Why VB clears the clipboard on startup and how to avoid it? . Filtering Arrays . Save File To Database . Extract File From Database . Extract picture from database without using hard drive . Change Menu BackColor . How to use MS Flexgrid . Make Frame Transparent . The Easiest Way to Create an NT Service With VB6 . How to comment blocks of code in VB5 and VB6 . How to find and replace missing members of control array Visual Basic 6.0 On-Line Documentation . Connection Strings
lol NVM I done it now VB Code: Private Sub Form_Load() OLE1.DoVerb 0 End Sub
Private Sub Form_Load() OLE1.DoVerb 0 End Sub
But OLE is so cumbersome control so I would still try using PlaySound instead.
Forum Rules