| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| New on Forum Join Date: Nov 2005
Posts: 5
| Problems get drive speeds I am using NeroCom with VB.Net and wish to display the possible drive speeds for both CD and DVD media, however I am only able to get the lowest speed. Can any one tell me what I am doing wrong, code snipit below. Private WithEvents cNeroController As Nero Private drives As INeroDrives Private WithEvents drive As NeroDrive 'Create a new Nero controller cNeroController = New Nero drives = cNeroController.GetDrives(NERO_MEDIA_TYPE.NERO_MEDIA_CDR) Dim pSpeed As NeroSpeeds Dim strSpeed As String Dim iSpeed As Integer Dim iCount As Integer pSpeed = drive.AvailableSpeeds(NERO_ACCESSTYPE.NERO_ACCESSTYPE_WRITE, NERO_MEDIA_TYPE.NERO_MEDIA_CDRW) iCount = pSpeed.Count - 1 For x As Integer = 0 To iCount iSpeed = pSpeed.Item(x) / pSpeed.BaseSpeedKBs strSpeed = iSpeed.ToString() + "x (" strSpeed += pSpeed.Item(x).ToString strSpeed += " KB/s)" m_SpeedArray(x) = strSpeed Msgbox(strSpeed) Next |
| | |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Speeding Up Drive Speeds | V1P3RZ | DVDFab / DVD Region+CSS Free | 27 | 06-05-2007 17:55 |
| DRive speeds?? | me86884 | CD and DVD Burners | 2 | 23-09-2005 17:50 |
| Rip speeds on my 3520 drive | VdubTX | NEC / Optiarc Burner | 3 | 28-04-2005 21:04 |
| Increasing drive speeds | arsonist | Optical Storage Technical Discussions | 6 | 09-09-2004 00:10 |
| how to test drive speeds? | 4th alphabet | General Hardware Forum | 7 | 03-07-2002 18:26 |