hi, i would like to know how to play .wav files from a OLE1
any help?
Printable View
hi, i would like to know how to play .wav files from a OLE1
any help?
Why OLE? You can use PlaySound api function instead. Do a quick search - there are many samples.
lol NVM I done it now
VB Code:
Private Sub Form_Load() OLE1.DoVerb 0 End Sub
But OLE is so cumbersome control so I would still try using PlaySound instead. :)