| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| New on Forum Join Date: Apr 2004
Posts: 4
| NeroCom CDInfo I have been searching the site with no luck. Is there a secret to getting the CDInfo to work. OnDoneCDInfo never launches. I am using lib 1.1 and vb6 with win xp. I mostly need to get the available erase types..is there another way? TIA |
| | |
| | #4 (permalink) |
| CD Freaks Member Join Date: Dec 2003 Location: uk
Posts: 234
| DriveFinished = False Drive.CDInfo NERO_READ_ISRC ' wait for event done and handled While Not DriveFinished If CancelPressed Then GoTo Exit_Me End If X = DoEvents() Wend 'event for read cd info done Private Sub Drive_OnDoneCDInfo(ByVal pCDInfo As NEROLib.INeroCDInfo) 'set number of existing sessions On Local Error GoTo NoTracks: NumExistingTracks = pCDInfo.Tracks.Count 'set done flag DriveFinished = True Exit Sub NoTracks: NumExistingTracks = 0 DriveFinished = True End Sub |
| | |
| |
| |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I properly Get CDInfo synchronously | RussM | Nero SDK Discussion Forum | 2 | 20-07-2006 10:12 |
| NeroCOM CDInfo Invalid Cast | Mark Olbert | Nero SDK Discussion Forum | 4 | 25-02-2005 23:36 |
| CDInfo - OnDoneCDInfo | PGavin | Nero SDK Discussion Forum | 7 | 10-11-2004 18:59 |
| Cdinfo ? Delphi ? | atf | Nero SDK Discussion Forum | 5 | 06-12-2003 13:28 |
| NeroCOM 6.0.0.15 + cdinfo | muckman | Nero SDK Discussion Forum | 7 | 03-11-2003 19:47 |