View Single Post
Old 03-05-2004   #1 (permalink)
wkaiser
New on Forum
 
Join Date: May 2004
Posts: 3
VB6/NeroCOM-Problem

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???
wkaiser is offline   Reply With Quote