What is a good dvd burning component for Windows or .Net?(什么是适用于 Windows 或 .Net 的好的 dvd 刻录组件?)
问题描述
我想将 DVD 刻录功能添加到我的 .Net 应用程序(在 Windows Server 2003 上运行),有什么好的组件可用吗?我使用了 Nero 附带的 NeroCOM sdk,但它们不再支持最新版本的 Nero 中的 sdk.我了解到微软已经为 Windows XP/2003 创建了一个 IMAPI2 升级,并且有一个 示例项目 在 CodeProject 但我自己没有使用过它,我不能说它使用起来有多容易/可靠.
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 come with Nero but they no longer support the sdk in the latest versions of Nero. I learned that Microsoft has created an IMAPI2 upgrade for Windows XP/2003 and there is an example project at CodeProject but not having used it myself I can't say how easy/reliable it is to use.
我并不担心将音频/视频刻录到 DVD,因为这仅用于文件备份.
I'm not really worried about burning audio/video to DVD as this is for file backup purposes only.
推荐答案
我使用了codeproject中的代码 文章,效果很好.它是 IMAPI2 的一个很好的包装器,所以只要 IMAPI2 支持您需要做的事情,.NET 包装器就会做到.
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.
这篇关于什么是适用于 Windows 或 .Net 的好的 dvd 刻录组件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:什么是适用于 Windows 或 .Net 的好的 dvd 刻录组件?


基础教程推荐
- JSON.NET 中基于属性的类型解析 2022-01-01
- 首先创建代码,多对多,关联表中的附加字段 2022-01-01
- 从 VS 2017 .NET Core 项目的发布目录中排除文件 2022-01-01
- 是否可以在 asp classic 和 asp.net 之间共享会话状态 2022-01-01
- 如何动态获取文本框中datagridview列的总和 2022-01-01
- 全局 ASAX - 获取服务器名称 2022-01-01
- 将事件 TextChanged 分配给表单中的所有文本框 2022-01-01
- 在 VS2010 中的 Post Build 事件中将 bin 文件复制到物 2022-01-01
- 经典 Asp 中的 ResolveUrl/Url.Content 等效项 2022-01-01
- 错误“此流不支持搜索操作"在 C# 中 2022-01-01