I have a program written in vb 1.0 for dos that i would like to convert to 32-bit windows. The problem is this: The program does low-level interrupt calls to read and write disk sectors. Is there an api call that i can use to read a disk sector? I don't care how "protected mode" a hard drive is- it must be possible, or de-frag programs wouldn't work. If anyone has a clue, i would greatly appreciate it. I have searched many api references with no luck. The only .dll programs i have found are for vb 16-bit versions and i haven't been able to get them to work with vb5.
(FYI: VB 1.0 took up 2 floppies)