Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jan 13th, 2005, 11:52 AM   #1
VBgeekz
Newbie
 
Join Date: Jan 2005
Posts: 3
Rep Power: 0 VBgeekz is on a distinguished road
Unhappy Acsessing devices directly

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?
VBgeekz is offline   Reply With Quote
Old Jan 13th, 2005, 11:57 AM   #2
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
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!
Pizentios is offline   Reply With Quote
Old Jan 13th, 2005, 3:26 PM   #3
eli0watson
Newbie
 
Join Date: Dec 2004
Posts: 9
Rep Power: 0 eli0watson is on a distinguished road
Post -

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.
eli0watson is offline   Reply With Quote
Old Jan 13th, 2005, 3:31 PM   #4
VBgeekz
Newbie
 
Join Date: Jan 2005
Posts: 3
Rep Power: 0 VBgeekz is on a distinguished road
Perhaps, Eli. I emailed him now ;D
VBgeekz is offline   Reply With Quote
Old Jan 13th, 2005, 6:28 PM   #5
thechristelegacy
Expert Programmer
 
thechristelegacy's Avatar
 
Join Date: Jul 2004
Location: Somerset, Pa
Posts: 707
Rep Power: 5 thechristelegacy is on a distinguished road
Send a message via AIM to thechristelegacy Send a message via MSN to thechristelegacy
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.
thechristelegacy is offline   Reply With Quote
Old Feb 1st, 2005, 10:32 PM   #6
VBgeekz
Newbie
 
Join Date: Jan 2005
Posts: 3
Rep Power: 0 VBgeekz is on a distinguished road
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 #1
I dont know what IDE 3 is labled in the system; but it works with COM1.

Last edited by VBgeekz; Feb 1st, 2005 at 10:39 PM.
VBgeekz is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 2:46 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC