![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
Join Date: Jan 2005
Posts: 3
Rep Power: 0
![]() |
I am currently writing up a app to read xbox dvds, in a regular dvd drive (Note, xbox dvds are recorded oddly)
The problem is, the way windows acsesses the drive dosent let me do things like tell it to read a certian sector. So, my question is, is it possible to directly acsess the drive? |
|
|
|
|
|
#2 |
|
Programming Guru
![]() ![]() |
not sure if you can do that with vb. You might beable to do it with C++
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Dec 2004
Posts: 9
Rep Power: 0
![]() |
I poseted the same question in another fourm, and they said you could, if you had a extension, perhaps caustik (creator of cxbx) could help you with that.
|
|
|
|
|
|
#4 |
|
Newbie
Join Date: Jan 2005
Posts: 3
Rep Power: 0
![]() |
Perhaps, Eli. I emailed him now ;D
|
|
|
|
|
|
#5 |
|
Expert Programmer
|
I agree with Piz, I highly doubt that can be done with VB, but c++ or assembly should be able to get the Job done.
|
|
|
|
|
|
#6 |
|
Newbie
Join Date: Jan 2005
Posts: 3
Rep Power: 0
![]() |
Update:
I have found a way to acsess devices directly, basicly by telling it to look on IDE3 (my dvd drive is on ide3) I'll post the code when i get home ![]() EDIT: Heres the code Open "???" For Input As #1
'We need to tell what todo with it ;)
Close #1Last edited by VBgeekz; Feb 1st, 2005 at 10:39 PM. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|