How can I burn a CD using C#?

Like WMP, not using the Wizard like in similar posts.

Thanks,

[74 byte] By [wizkid1] at [2007-12-23]
# 1

you need to look at the software API that is provided by the manufacturer drivers and so on - there is no direct way of doing this in C# unless maybe some API

here is a code sample/link for using IMAPI in XP and Server 2003:

http://msdn.microsoft.com/vcsharp/downloads/samples/xpburn/

its a component made by a few people over at gotdotnet.

ahmedilyas at 2007-8-30 > top of Msdn Tech,Visual C#,Visual C# General...