How to burn a CD in VB6 without IMAPI or other third party (almost):
1. You need low level access to the drive.
On Windows 9x/Me you can use the ASPI (Advanced SCSI Programming Interface) by Adaptec.
On Windows NT/2k/XP you can use the SPTI (SCSI Pass-Through Interface),
an DeviceIoControl() control code (but you need admin privilegdes for it).
But you could also use the ASPI here (wnaspi32.dll).
2. You have to know what to send to the drive.
You can get some drafts (for example MMC-2/3) at: http://t10.org
Compatible to IDE, too.
3. If you want to burn a data disc, you have to create the filesystem by yourself, called ISO9660, or simply burn an already existing ISO image.
I once downloaded this, I don't know from where anymore. I also don't know if this exactly what you means. I didn't tested, read this cause of time lag.
I once downloaded this, I don't know from where anymore. I also don't know if this exactly what you means. I didn't tested, read this cause of time lag.
You downloaded it from my old webpage and it's pretty bad.
Also it only burns wavs.