i am trying to work on a virtual drive software in vb . i have got the sourcecode on how to create am image of a cd , now can anyone tell me how to make a cd drive (may be a dll or api to do that). any othe rhelp would be appreciated.
Printable View
i am trying to work on a virtual drive software in vb . i have got the sourcecode on how to create am image of a cd , now can anyone tell me how to make a cd drive (may be a dll or api to do that). any othe rhelp would be appreciated.
you would need to write a device driver (i believe), which cannot be done with vb only with c/c++ or some other unmanaged code language.