copying files to new CDR with VB

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.
 
K

kimiraikkonen

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
 
M

Mathias Wührmann

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
 
C

cj

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top