使用XP的CD写入支持 [英] Using XP's CD writing support

查看:107
本文介绍了使用XP的CD写入支持的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,


任何人都可以指点我使用XP的内置CD写作来自VB.Net的
支持。 ..甚至C#,或经典VB ...?

我只想将文件写入CD并最终确定会话和磁盘。


干杯

Hi there,

Can anyone point me to anything relating to using XP''s built-in CD writing
support from VB.Net... or even C#, or classic VB...?

I just want to write files to the CD and finalise the session and disk.

Cheers

推荐答案

*" Bob" < bo*@nospam.com> scripsit:
* "Bob" <bo*@nospam.com> scripsit:
任何人都可以指点我使用XP的内置CD写作支持VB.Net ......甚至C#,或经典的VB ...... ?

我只想将文件写入CD并最终确定会话和磁盘。
Can anyone point me to anything relating to using XP''s built-in CD writing
support from VB.Net... or even C#, or classic VB...?

I just want to write files to the CD and finalise the session and disk.




C ++ + IMAPI:


< http://www.gotdotnet.com/team/cplusplus/samples/cd%20burning.zip>


-

Herfried K. Wagner

MVP·VB Classic,VB.NET

< http://www.mvps.org/dotnet>



C++ + IMAPI:

<http://www.gotdotnet.com/team/cplusplus/samples/cd%20burning.zip>

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>


Herfried,


感谢您的信息...我会检查出来但我宁愿看到一些使用

其他.Net语言......我不明白为什么不可能......?


干杯

Herfried K. Wagner [MVP]" <喜*************** @ gmx.at>在消息中写道

news:bn ************* @ ID-208219.news.uni-berlin.de ...
Herfried,

Thanks for the info... I''ll check it out but I''d rather see something using
the other .Net languages... I don''t see why it wouldn''t be possible..?

Cheers
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:bn*************@ID-208219.news.uni-berlin.de...
*Bob < bo*@nospam.com> scripsit:
* "Bob" <bo*@nospam.com> scripsit:
任何人都可以指出任何与使用XP的内置CD
写作支持VB.Net ...甚至C#或经典VB相关的任何事情...... ?

我只想将文件写入CD并最终确定会话和磁盘。
Can anyone point me to anything relating to using XP''s built-in CD writing support from VB.Net... or even C#, or classic VB...?

I just want to write files to the CD and finalise the session and disk.



C ++ + IMAPI:

< ; http://www.gotdotnet.com/team/cplusplus/samples/cd%20burning.zip>

-
Herfried K. Wagner
MVP·VB Classic, VB.NET
< http://www.mvps.org/dotnet>



C++ + IMAPI:

<http://www.gotdotnet.com/team/cplusplus/samples/cd%20burning.zip>

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>



嗨鲍勃,

您将不得不在代码中自己定义接口,然后

找到实现它的co类的GUID。一旦你有了,你就可以使用Marshal类和Activator类上的方法来创建你的

实例并获得一个合适类型的包装器(使用CreateInstance

和CreateWrapperOfType)。

http://groups.google.com/groups?hl=e...readm=90079f6d

0204020218.42bff604%40posting.google.com& rnum = 1& pr ev = / groups%3Fhl%3Den%26lr

%3D%26ie%3DUTF-8%26oe%3DUTF-8% 26q%3Dxp%2Bcd%2Bburning%2B%2522c%2523%2522%26s

a%3DN%26tab%3Dwg

http://www.microsoft.com/seminar/sha ... nar / en / 2002091

8devt1-63 / manifest.xml

slide 59有客户想要弄清楚的内容。

如果您有任何相关问题,请发布h ere。


问候,

Peter Huang

微软在线合作伙伴支持

安全! www.microsoft.com/security

此帖子是提供按原样没有保证并且不授予任何权利。

此响应包含对第三方万维网站点的引用。

Microsoft提供此信息是为了方便您。 Microsoft

不控制这些网站,也没有测试在这些网站上找到的任何软件或信息

;因此,Microsoft不能就任何软件的质量,安全性或适用性做出任何陈述



信息。使用互联网上的任何

软件存在固有的危险,并且微软提醒您在从<检索任何软件之前确保您完全了解风险

br />
互联网。

Hi Bob,

You are going to have to define the interface yourself in code, and then
find the GUID of the co class that implements it. Once you have that, you
can use the methods on the Marshal class and Activator class to create your
instance and get a wrapper of the appropriate type (using CreateInstance
and CreateWrapperOfType).

http://groups.google.com/groups?hl=e...readm=90079f6d
0204020218.42bff604%40posting.google.com&rnum=1&pr ev=/groups%3Fhl%3Den%26lr
%3D%26ie%3DUTF-8%26oe%3DUTF-8%26q%3Dxp%2Bcd%2Bburning%2B%2522c%2523%2522%26s
a%3DN%26tab%3Dwg

http://www.microsoft.com/seminar/sha...nar/en/2002091
8devt1-63/manifest.xml
slide 59 has what customer is trying to figure out.

If you have any related question please post here.

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
This response contains a reference to a third-party World Wide Web site.
Microsoft is providing this information as a convenience to you. Microsoft
does not control these sites and has not tested any software or information
found on these sites; therefore, Microsoft cannot make any representations
regarding the quality, safety, or suitability of any software or
information found there. There are inherent dangers in the use of any
software found on the Internet, and Microsoft cautions you to make sure
that you completely understand the risk before retrieving any software from
the Internet.


这篇关于使用XP的CD写入支持的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆