|
-
Dec 30th, 2000, 10:55 PM
#1
Thread Starter
Lively Member
Hi Guys,
Does anyone have experience with vision factory's FCDWriter Control?
If the answer is yes then can somebody out there help me, here's my problem:
All I want the control to do is to make an Audio CD.
I've been adding the wav's to the cue but and I used the command writewavtocue but i get the error.
"No read access for c:\example\demo.wav"
Below is a code snippet of what is actually in my program...
VFcdwriter1.ClearWaveCue
File1.path = (wavdir)
File1.Pattern = "*.wav"
File1.Refresh
For x = 0 To File1.ListCount - 1
liststr$ = File1.List(x)
WAVfile = (wavdir) & (liststr$)
VFcdwriter1.AddWaveToCue (WAVfile)
Next x
boolready = False
Do
VFcdwriter1.EjectAfterWriting = True
extra = MsgBox("Please insert a blank CD into your drive to continue.", vbOKOnly, "Insert a CD!")
VFcdwriter1.WriteWavecueToCDR
Exit Do
DoEvents
Loop Until boolready = True
Does snybody out there know why the error occurs, I have seen some peoples comments on this control and they say it's as bussy as all hell, but is there an alternative??
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|