What is a good dvd burning component for Windows or .Net?

前端 未结 4 529
闹比i
闹比i 2021-02-09 05:46

I\'d like to add dvd burning functionality to my .Net app (running on Windows Server 2003), are there any good components available? I\'ve used the NeroCOM sdk that used to com

4条回答
  •  无人共我
    2021-02-09 06:03

    I've used the code from the codeproject article and it works pretty well. It's a nice wrapper around the IMAPI2, so as longs as IMAPI2 supports what you need to do, the .NET wrapper will do it.

提交回复
热议问题