| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| 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??? |
| | |
| | #3 (permalink) |
| New on Forum Join Date: Mar 2004 Location: Bremen/Germany
Posts: 17
| I don't think 'PRIVATE' will work, That's the way, it usually looks like: Public WithEvents nero As nero Public drives As INeroDrives Public WithEvents drive As NeroDrive After all, those events are crossing the whole machine. Give it a try. |
| | |
| | #4 (permalink) | |
| New on Forum Join Date: May 2004
Posts: 3
| Quote:
e.g: Private Sub Nero_OnNonEmptyCDRW(Response As NEROLib.NERO_RESPONSE) Print #MyLogUnit, Now & NeroID$ & "The media is not empty" Nero.Abort End Sub BTW: the "Nerofiddles"-example does not work either. I am using the latest available Version of Nero and the SDK. OS is W2K. | |
| | |
| | #5 (permalink) | |
| New on Forum Join Date: May 2004
Posts: 3
| Quote:
The "NeroFiddles"-example does not work either! | |
| | |
| |
| |
![]() |
| If you can't find where you are looking for, then become a member and get an answer fast! We have thousands of people online every moment of the day to help you! Click here |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| can't burn using nerocom in vb6 but I done earlier....... | nilusara | Nero SDK Discussion Forum | 0 | 24-07-2006 12:50 |
| multiple sessions with VB6 and NeroCom | jsm250 | Nero SDK Discussion Forum | 10 | 07-12-2005 21:29 |
| Multisession, NeroCom and VB6 | JasonP | Nero SDK Discussion Forum | 1 | 26-11-2003 08:35 |
| Need VB6 code for nerocom (willing to pay) | arwb | Nero SDK Discussion Forum | 2 | 20-08-2003 11:16 |
| neroCom example in VB6 | Burst42 | Nero SDK Discussion Forum | 2 | 12-08-2003 07:19 |