[RESOLVED] Is there any way of adding a recorded sound to a vb form?
I know it sounds silly, but if anyone knows how this can be done I would be very grateful, thank you
Helen
:ehh:
Re: Is there any way of adding a recorded sound to a vb form?
Re: Is there any way of adding a recorded sound to a vb form?
ok, got the sound and added it to the form, how do i path a sound file?
this is what is have:
Code:
Open (App.Path & "\PlaceOrder.txt")
can anyone help us out with the pathing of this?
thanx
the sound i want to add is SoundRec.:wave:
1 Attachment(s)
Re: Is there any way of adding a recorded sound to a vb form?
Do you mean you would like to play a wav file ?
The attached will do that.
Re: Is there any way of adding a recorded sound to a vb form?
thank you Rob C that was exactly what I was after, and I now have a understanding of how it is done, thanks for your help.