What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » playing a .wav file in VB

playing a .wav file in VB
Author: Message:
Hah
Full Member
***

Avatar
Im in a good mood - take advantage!

Posts: 224
37 / Male / –
Joined: May 2003
RE: playing a .wav file in VB
http://www.vbcodemagician.dk/tips/media_wavplay.htm

thats a very simple example of how to play a wav file in vb.

As for Also how to save a filename in a text document without rich edit control:

Have you tried:

code:
filechan = freefile
filename = "hello.txt"
Open filename for append as fileChan
    Print #filechan, "The text to be appended to end of file."
Close #filechan


Hope i understood what you meant there. If you could explain in more detail I'll definately be able to help you.

Hah
This post was brought to you by Hah!
(and he takes no responsibility for it :p)

[Image: signatures.jpg]

{Current Web Site}
06-18-2004 10:15 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
playing a .wav file in VB - by .blade// on 06-18-2004 at 10:10 PM
RE: playing a .wav file in VB - by Hah on 06-18-2004 at 10:15 PM
RE: playing a .wav file in VB - by .blade// on 06-18-2004 at 10:21 PM
RE: playing a .wav file in VB - by .blade// on 06-18-2004 at 10:59 PM
RE: playing a .wav file in VB - by Choli on 06-18-2004 at 11:23 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On