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