Smart-ActiveX
ActiveX Components and Source Code for Software Developers.
DVD CD Burner ActiveX 1.0.1
Activex component control for software developer that can burn dvd and cd.
 
DVD CD Burner ActiveX 1.0.1 - Fast Navigation:
Home | Benefits | Screenshot  | Download | Sample | Purchase | More...
 
What is DVD CD Burner ActiveX?
The DVD CD Burner ActiveX 1.0.1 is an activex component control for software developer that can burn dvd and cd from your program, fast and easy.

Many features.
With this activex component you can set the file system(JOLIET, ISO, UDF), set the volume name of the media, burn files, burn dirs, burn an image files (iso, etc..), get the cd/dvd drivers, get the burning progress, and much more.

Installation.
The installation program of the DVD CD Burner ActiveX 1.0.1 contains free trial version of the control, VB6 .NET samples, and CHM help file.
 
Screenshot:
DVD CD Burner ActiveX 1.0.1
 

Benefits:

  • Burner ActiveX (OCX) Component.
  • Burn DVD.
  • Burn CD.
  • Burn Images.
  • Burn files and folders.
  • Burn sub files/folders.
  • Based on IMAPI.
  • Get a list of the CD/DVD device.
  • Get a list of the speeds for specific device.
  • Runs fast.
  • Support many events.
  • Easy to the use.
  • Can be run under Windows 98/NT/ME/2000/XP/VISTA/2003/WIN7.
  • Can run with VB6, VC6, VB.NET, C#.NET, C++.NET, Delphi, Access.
 
Sample:
'Burn CD/DVD:

'Set the file system type:
If chkISO.Value = vbChecked Then
	cBurner1.FileSystemTypeISO = True
End If

If chkJOLIET.Value = vbChecked Then
	cBurner1.FileSystemTypeJOLIET = True
End If

If chkUDF.Value = vbChecked Then
	cBurner1.FileSystemTypeUDF = True
End If

'Set the volume name:
cBurner1.FileSystemVolumeName = txtVolumeName.Text

'Add files and folders:
Dim cntr As Long

For cntr = 0 To List1.ListCount - 1

	'Folders ended with \
	If Right(List1.List(cntr), 1) = "\" Then
		'Add folder as a tree:
        	cBurner1.FileSystemAddTree List1.List(cntr)
	Else
		'Add file:
        	cBurner1.FileSystemAddFile List1.List(cntr)
	End If

Next cntr

'Burn the disk:
cBurner1.BurnDisc cboDrivers.ListIndex
 
Methods and events:
Methods:
BurnDisc, BurnImage, CancelBurn, DeInit, DriveClose, DriveLetter, DriveName, DriveOpen, Init, myHwnd, BurnerAppName, FileSystemTypeISO, FileSystemTypeJOLIET, FileSystemTypeUDF, FileSystemVolumeName.

Events:
BurnerCanceled, BurnerChecking, BurnerCompleted, BurnerDoneBurn, BurnerEnd, BurnerError, BurnerFinalization, BurnerInitializing, BurnerStartBurning, BurnerWriting, FileSystemInfo.
 
Download:
The DVD CD Burner ActiveX 1.0.1 can be run for free under a trial mode. The trial mode is a limited version and it displays a registration window at any time the DVD CD Burner ActiveX 1.0.1 is opened or closed.
 
 
 
More:
 
Support:
 
 


Share | | | | | | |


Home Page - Downloads - Prices - Site Map - Blog!


smart-activex.com - ActiveX Components for software developers. Contact Us
Copyright © 2011 smart-activex.com. All rights reserved.

WiserBit.com - Make it simple.