CDBurner is a component for burning writable CD.
For a list of all members of this type, see CDBurner Members.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Alvas.Windows.Forms.FileControls.CDBurner
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
The following example displays how record files to the writable CD
cdBurner.ClearBurnFolder();
string[] arr = new string[] {@"c:\Music"};
cdBurner.AddToBurn(arr);
cdBurner.Burn(this);
Namespace: Alvas.Windows.Forms.FileControls
Assembly: Alvas.Windows.Forms.FileControls (in Alvas.Windows.Forms.FileControls.dll)
CDBurner Members | Alvas.Windows.Forms.FileControls Namespace