| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| New on Forum Join Date: Feb 2008
Posts: 3
| How to Get CDInfo( freeCapacity,,,) in VB sample source I want Get CDInfo(Media Type,,Tracks,,FreeCapacity). but i don't know parameter this function "GetDiscImageInfo" what is "bstrImageFileName"? ![]() To get Disk infomation, is need to driveName or driveID?! But nothing to work... ![]() And After call " drive.CDInfo (NERO_READ_CD_TEXT) " how to get CDInfo? plz help me;; following source... _______________________________________________________ Private Sub Burn_Click() btnAbort.Enabled = True Browse.Enabled = False Burn.Enabled = False Set Folder = New NeroFolder Dim drives As INeroDrives Set drives = nero.GetDrives(NERO_MEDIA_CDR) Set drive = drives(AvailableDevices.ListIndex) Dim isotrack As NeroISOTrack Set isotrack = New NeroISOTrack isotrack.Name = "TestTrack" isotrack.RootFolder = Folder Dim file As NeroFile Set file = New NeroFile Folder.Files.Add file file.Name = NameFromPath(edtFileName.Text) file.SourceFilePath = edtFileName.Text drive.CDInfo (NERO_READ_CD_TEXT) DISK_INFO = nero.GetDiscImageInfo(???) End Sub |
| | |
| | #2 (permalink) |
| CD Freaks Member Join Date: Dec 2006 Location: Venus
Posts: 124
| Re: How to Get CDInfo( freeCapacity,,,) in VB sample source If you have Nero you can use Nero CD/DVD speed. Or this one: CDVD Info http://www.softpedia.com/get/CD-DVD-...DVD-Info.shtml
__________________ CP |
| | |
| | #3 (permalink) | |
| New on Forum Join Date: Feb 2008
Posts: 3
| Re: How to Get CDInfo( freeCapacity,,,) in VB sample source Thanks for your replies. but i want to know that the way of using Nero SDK in Visual Basic .. plz help ![]() Quote:
| |
| | |
| |
| |
![]() |
| 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 |
| Tags |
| nerofiddlescom sample source, visual basic |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Where can i find sample codes on burning image data in VB using Nero SDK | ibulseco | Nero SDK Discussion Forum | 0 | 01-08-2006 08:22 |
| CDInfo - OnDoneCDInfo | PGavin | Nero SDK Discussion Forum | 7 | 10-11-2004 18:59 |
| VB Sample Project for NeroVisionAPI | raghav2000 | Nero SDK Discussion Forum | 1 | 05-08-2004 16:45 |
| Need a VB sample | MasterOfDisaster | Nero SDK Discussion Forum | 3 | 05-07-2004 00:33 |
| Cdinfo ? Delphi ? | atf | Nero SDK Discussion Forum | 5 | 06-12-2003 13:28 |