Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
2answers
686 views

How can I burn CD/DVD from delphi2007 win32

Is there any good lib to enable me to burn CD/DVD from Delphi 2007 win32 ? Thanks
6
votes
3answers
598 views

How to read a multi-session DVD disk size in Windows?

Trying to read the sizes of disks that were created in multiple sessions using GetDiskFreeSpaceEx() gives the size of the last session only. How do I read correctly the number and sizes of all ...
5
votes
3answers
997 views

Create a CD/DVD ISO Image in .NET

I'm searching for a library (or codebase) which will allow the creation of an ISO image from a CD/DVD with the .NET platform. Does the .NET framework itself support the creation of ISO images? I ...
3
votes
2answers
292 views

Can I uniquely identify DVDR(W)(+/-) medium from .NET?

I would like identify DVDR mediums from .NET code. It's possible and how? Some kind of library, which call Windows API. UPDATE I have lot of DVDRs and I need to identify each of them, but not ...
2
votes
3answers
189 views

How do you make copy protected CDs?

I am working on making educational CDs. I require medium level copy protection code which may not be easily breakable by "non experts", similar to that in game CDs, so you have to have the CD in the ...
1
vote
1answer
140 views

Reading and Writing to a DVD/CD - Java

I'm working on a application called LMCT(Let Me Copy That) and it is programed in Java, I just need to know how to burn to a DVD/CD from java. any example, API or link is welcome.
0
votes
0answers
21 views

Android Development board multi channel audio DVD Drive interface

Our company is developing an in car infotainment system based on android. We want a development board for it. The coard should have advanced processor able to decode 1080p and support all codecs. Most ...
0
votes
2answers
239 views

Eject and Close CD/DVD Devices IN C# [closed]

Possible Duplicate: Programatically ejecting and retracting the CD drive in vb.net or c# I want to Eject and Close Multiple DVD or CD Devices on a pc using c#. I also would like to detect ...
0
votes
1answer
73 views

Cannot attach physical drive while creating virtual machine on windows 7

Shared Drive Name is not accessible. You might not have permissions to use this resource. Attaching the hostmachines drive (D:) to the virtual machine with 'settings' throws error: Shared Drive Name ...
-1
votes
0answers
11 views

How to parse a IFO file and get title information of a dvd

How to parse a IFO file and get title information of a dvd. I want to have title-number and duration of that title.. Thanks