Click to See Complete Forum and Search --> : Burning CD/DVD from C# application


torrud
August 4th, 2006, 09:25 AM
Hi,

I have to burn files to a CD or DVD from inside of my application. For the moment I am looking for a good way of doing that. Any suggestions?

The application have to run at Windows 2000 and above so the builtin CD burning solution from Windows XP is not really an alternative choice. I would use it only if nothing else is available what I can not believe. I do not want different functionality inside of my application dependend of the operating system. ;)

So where can I find a solution?

woodz
August 5th, 2006, 09:12 AM
Have a look at the Nero SDK (Software Development Kit) at http://www.nero.com/nero7/enu/SDK_API.html
maybe that helps

WOODZ