| |||||||
| Commercial message | |
| | |
| View Poll Results: ¿Que? | |||
| 1 | | 0 | 0% |
| 2 | | 0 | 0% |
| 3 | | 0 | 0% |
| 4 | | 0 | 0% |
| Voters: 0. You may not vote on this poll | |||
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| New on Forum Join Date: Sep 2007
Posts: 1
| nero_OnNonEmptyCDRW event no fired OnNonEmptyCDRW is not fired even that NERO_BURN_FLAG_DETECT_NON_EMPTY_CDRW flag is provided with BurnIsoAudioCD. Do I have to consider other thinks to make it works like the selected MediaType, other flags, some settings in the ISOTrack,..... My Code: drive.BurnIsoAudioCD("", "Orders", 0, isotrack, Nothing, Nothing, NERO_BURN_FLAGS.NERO_BURN_FLAG_DETECT_NON_EMPTY_CDRW Or NERO_BURN_FLAGS.NERO_BURN_FLAG_WRITE, 0, NERO_MEDIA_TYPE.NERO_MEDIA_CD) Private Sub nero_OnNonEmptyCDRW(ByRef Response As NEROLib.NERO_RESPONSE) Handles nero.OnNonEmptyCDRW mensaje.msjInformativo(" El CD-R/CD-RW no esta vacio!" + Chr(13) + Chr(10)) Response = NERO_RESPONSE.NERO_RETURN_EXIT End Sub |
| | |
| | #2 (permalink) |
| New on Forum Join Date: Sep 2007
Posts: 8
| Re: nero_OnNonEmptyCDRW event no fired Ops! Sorry, I did not ready your post completely before. This is my call that will raise the event. Call mobjDrive.BurnFileSystemContent _ (mobjFileSystem, _ NERO_BURN_FLAG_VERIFY Or _ NERO_BURN_FLAG_WRITE Or _ NERO_BURN_FLAG_DETECT_NON_EMPTY_CDRW, _ mlngSpeed, _ NERO_MEDIA_CDRW) You may try using the NERO_BURN_FLAG_DETECT_NON_EMPTY_CDRW flag. |
| | |
| |
| |
![]() |
| 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 |
| Reviewer Fired for Negative Silver Surfer Review | platinumsword | Latest News Headlines | 2 | 18-06-2007 17:35 |
| A Sad Event | pipemanid | CD Freaks Living Room | 18 | 06-05-2006 02:13 |
| OnWaitCD always called at least two times/ OnNonEmptyCDRW not fired | Raffael Walther | Nero SDK Discussion Forum | 1 | 20-04-2005 08:25 |
| DoneCDInfo don't fired in VB too!!! | Tors | Nero SDK Discussion Forum | 8 | 07-05-2004 10:20 |