I have created a VB6 prog to burn data onto a cd-rw.
The good news: the cd is burnt as desired.
The bad news: I am not receiving any events, althoug I have defined the "Nero"- and "Drive"-object "WithEvents".
'NERO OBJECTS
Private WithEvents
Nero As Nero
Private WithEvents Drive As NeroDrive
Altough, the "Drive.BurnIsoAudioCD"-methode immediately returns to the calling prog, although the burn process is only started later and takes some time.
So I do not have any information, on what happened to the burn.
Anybody any idea???