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:
.blade//
Veteran Member
*****

Avatar

Posts: 2856
Reputation: 39
35 / Male / –
Joined: Jan 2004
O.P. RE: playing a .wav file in VB
quote:
Originally posted by Hah
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

thanks, that's exactly what I needed, but I forgot to ask how to open that file again with out the RTD :P

edit: NVM, I am not going to be needing the open/close code anyways...

This post was edited on 06-18-2004 at 10:30 PM by .blade//.
[Image: A%20Pointy%20Rock.jpg]
06-18-2004 10:21 PM
Profile 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