copying files to new CDR with VB

  • Thread starter Thread starter cj
  • Start date Start date
C

cj

I am wondering if anyone can point me to a VB.net demo of how I can
create a new data cd from within code. I know I can copy the files to
"%homedrive%%homepath%\local settings\application data\microsoft\cd
burning" but I'd like it to better handle the insertion of the cd and
issue the command to write the files to cd.
 
I am wondering if anyone can point me to a VB.net demo of how I can
create a new data cd from within code. I know I can copy the files to
"%homedrive%%homepath%\local settings\application data\microsoft\cd
burning" but I'd like it to better handle the insertion of the cd and
issue the command to write the files to cd.

CJ,
Haven't tried but there's an article on VBaccelerator:

For DataCDs:
http://www.vbaccelerator.com/home/net/code/Libraries/Writing_CDs/Writing_Data_CDs/article.asp

For AudioCDs:
http://www.vbaccelerator.com/home/net/code/libraries/Writing_CDs/Writing_Audio_CDs/article.asp

Also it would be nice if you have any success on implementing the
article on your project.

Regards,

Onur Güzel
 
Hi cj,
I am wondering if anyone can point me to a VB.net demo of how I can
create a new data cd from within code. I know I can copy the files to
"%homedrive%%homepath%\local settings\application data\microsoft\cd
burning" but I'd like it to better handle the insertion of the cd and
issue the command to write the files to cd.

I did no test of this, but here is another example using imapi2 library
and C# for burning CDs/DVDs. Maybe you can make use of this.

Regards,

Mathias Wuehrmann
 
I think you forgot to include the link.
Hi cj,


I did no test of this, but here is another example using imapi2 library
and C# for burning CDs/DVDs. Maybe you can make use of this.

Regards,

Mathias Wuehrmann
 
Back
Top