Hi Everyone,
Is there anyway to burn a cd from within VB where the information to be burned on the cd is coming out of an Access database? If anyone knows how to do this or any resources on where to look I would greatly appreciate it. Thanks.
Printable View
Hi Everyone,
Is there anyway to burn a cd from within VB where the information to be burned on the cd is coming out of an Access database? If anyone knows how to do this or any resources on where to look I would greatly appreciate it. Thanks.
Well the only activex control i know that burns cd's is the VFCdwriter.ocx.
www.vision-factory.com
Work with that to burn the cd.
Although it doesnt work with IDE cd-writers only SCSI.
If anyone knows of any IDE CDwriter controls let me know!!
What format would it be burned in?
Are you going to pull it out as a report or text file??
Work with the control and make something that does what you need!
Hope this helps!