文件名称:xpburn
介绍说明--下载内容均来自于网络,请自行研究使用
XPBurn提供在WinXP环境下刻录CD的API。
C#示例代码:
//Create a new instance of the XPBurn component
XPBurn.XPBurnCD cd = new XPBurn.XPBurnCD()
//Add files (file path, name of file to use for CD
cd.AddFile(@"c:\pic1.jpg","pic1.jpg")
//... add all files...
/*
Record Disc begins the process,
Set 1st param to false if you want to actually burn the disk and not just simulate a burn
Set 2nd param to true if you want the disc to eject after burn
*/
cd.RecordDisc(false, true)
-XPBurn provides WinXP environment, burn CD' s API. C# sample code:// Create a new instance of the XPBurn component XPBurn.XPBurnCD cd = new XPBurn.XPBurnCD () // Add files (file path, name of file to use for CD cd.AddFile (@ " c: \ pic1.jpg " ," pic1.jpg " ) //... add all files .../* Record Disc begins the process, Set 1st param to false if you want to actually burn the disk and not just simulate a burn Set 2nd param to true if you want the disc to eject after burn*/cd.RecordDisc (false, true)
C#示例代码:
//Create a new instance of the XPBurn component
XPBurn.XPBurnCD cd = new XPBurn.XPBurnCD()
//Add files (file path, name of file to use for CD
cd.AddFile(@"c:\pic1.jpg","pic1.jpg")
//... add all files...
/*
Record Disc begins the process,
Set 1st param to false if you want to actually burn the disk and not just simulate a burn
Set 2nd param to true if you want the disc to eject after burn
*/
cd.RecordDisc(false, true)
-XPBurn provides WinXP environment, burn CD' s API. C# sample code:// Create a new instance of the XPBurn component XPBurn.XPBurnCD cd = new XPBurn.XPBurnCD () // Add files (file path, name of file to use for CD cd.AddFile (@ " c: \ pic1.jpg " ," pic1.jpg " ) //... add all files .../* Record Disc begins the process, Set 1st param to false if you want to actually burn the disk and not just simulate a burn Set 2nd param to true if you want the disc to eject after burn*/cd.RecordDisc (false, true)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
xpburn.msi