PC Review


Reply
Thread Tools Rate Thread

Burning CDs and DVDs

 
 
=?Utf-8?B?Sm9hY2hpbQ==?=
Guest
Posts: n/a
 
      26th Apr 2007
How can you easily burn CDs and DVDs using C# and .NET?
 
Reply With Quote
 
 
 
 
=?Utf-8?B?U2l2YSBN?=
Guest
Posts: n/a
 
      26th Apr 2007
You might want to check CD/DVD burning software vendor sites who may give
managed/unmanaged SDK to develop own disc burning solutions. E.g.: Nero SDK
(http://www.nero.com/nero7/enu/SDK_API.html)

"Joachim" wrote:

> How can you easily burn CDs and DVDs using C# and .NET?

 
Reply With Quote
 
Serge Baltic
Guest
Posts: n/a
 
      26th Apr 2007
Hello,

> You might want to check CD/DVD burning software vendor sites who may
> give managed/unmanaged SDK to develop own disc burning solutions.
> E.g.: Nero SDK (http://www.nero.com/nero7/enu/SDK_API.html)


On WinXP and higher you could have the system do that, without the 3rd-party
tools. Maybe there is some API for that, maybe not … At least you could do
the following: find the shell item for the cdrom drive, copy the shell items
of files into it, then execute the “burn to cd” action on the shell item
for the CDRom drive. For all those actions you should use shell items, not
file I/O API, so that they worked just like they would in Explorer when you
drag them with mouse. This way you'll use the Explorer's build-in simplistic
CD-burning technology. I'd start from http://msdn2.microsoft.com/en-us/library/ms538005.aspx
and around that.

(H) Serg


 
Reply With Quote
 
=?Utf-8?B?Sm9hY2hpbQ==?=
Guest
Posts: n/a
 
      27th Apr 2007
Thank you both!

If you'd like to go with what there already is in Windows XP and above - is
there any interface which you can burn to DVDs with?

Regards,
Joachim

"Serge Baltic" wrote:

> Hello,
>
> > You might want to check CD/DVD burning software vendor sites who may
> > give managed/unmanaged SDK to develop own disc burning solutions.
> > E.g.: Nero SDK (http://www.nero.com/nero7/enu/SDK_API.html)

>
> On WinXP and higher you could have the system do that, without the 3rd-party
> tools. Maybe there is some API for that, maybe not … At least you could do
> the following: find the shell item for the cdrom drive, copy the shell items
> of files into it, then execute the “burn to cd” action on the shell item
> for the CDRom drive. For all those actions you should use shell items, not
> file I/O API, so that they worked just like they would in Explorer when you
> drag them with mouse. This way you'll use the Explorer's build-in simplistic
> CD-burning technology. I'd start from http://msdn2.microsoft.com/en-us/library/ms538005.aspx
> and around that.
>
> (H) Serge
>
>
>

 
Reply With Quote
 
Serge Baltic
Guest
Posts: n/a
 
      27th Apr 2007
Hello,

> If you'd like to go with what there already is in Windows XP and above
> - is there any interface which you can burn to DVDs with?


I've never looked for it — maybe yes, maybe no. I've just pointed out that
you can simulate the simple “in explorer, drag'n'drop files to the cdrom
and click Burn” action programmatically.

(H) Serg


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
burning dvds Jesusjacquez@gmail.com Windows XP General 11 11th Jul 2008 01:33 AM
Burning DVDs =?Utf-8?B?UnViaW55?= Windows XP Embedded 2 28th Feb 2007 12:28 AM
CD-DVD R-W not burning DVDs =?Utf-8?B?WXVyaQ==?= Windows XP Hardware 1 15th Sep 2006 01:14 PM
Burning DVDs/CDs June Microsoft Word New Users 4 1st Feb 2005 12:37 AM
burning dvds B ev Windows XP Video 0 18th Mar 2004 03:17 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:28 PM.