Questions tagged [cddvd]
21 questions
12
votes
3 answers
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 appreciate any advice.
user26901
11
votes
1 answer
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.

Liam Haworth
- 848
- 1
- 9
- 27
9
votes
2 answers
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
Jlouro
7
votes
3 answers
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 sessions in C/C++?
Thanks.

rkellerm
- 5,362
- 8
- 58
- 95
6
votes
1 answer
OSX-Mounting DVD programmatically does not launch user specified application
I have used disk-arbitration framework for managing various drives and disks.
I have registered callback functions DADiskAppearedCallback and DADiskDisappearCallback.
For the usb drives all seems to work perfectly but for the CD/DVD I am facing the…

Harshal Chaudhari
- 710
- 5
- 28
5
votes
0 answers
Node.js write a CD/DVD api?
Is there a way to write data on a CD/DVD with Node.js? I've tried to find information but I couldn't find alot beside Linux CD/DVD eject feature.
Platform I'm using: Windows.

Kil'jaeden
- 939
- 2
- 11
- 19
5
votes
2 answers
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 depends on content or disk name. Some kind of serial…

MicTech
- 42,457
- 14
- 62
- 79
4
votes
2 answers
How can I detect if CDRom is a DVD on Linux
I'm looking to create a function in C++ running on Linux that returns true if the CDRom media is a DVD and false if its anything else (e.g. Audio CD).
I have been using ioctl with linux/cdrom.h.
I tried using the DVD_READ_STRUCT but it always…

Bunnies
- 41
- 1
2
votes
1 answer
Inno Setup install script from CD/DVD drive (variable path)
I am trying to write a Inno Setup script to install files from a CD drive to a predefined system C drive folder. Naturally, the CD/DVD ROM may have a different path ID on different systems. How do I code this variable path for the Source Files?

Harry Unruh
- 21
- 1
1
vote
1 answer
creating simple DVD structure?
I'm trying to make a DVD builder using C# , and I know that DVD's have a specific structure which I tried to find and I couldn't see any thing helpful , however , I found some half-completed posts about this structure , which indicate the following…

Rambo Actionha
- 115
- 7
1
vote
1 answer
Upload field point to CD/DVD ROM instead of HDD [PHP]
I have built a project for my client in which patients register themselves from the frontend. While they register, they can upload their medical records (pdf, doc, jpg) etc. Now I need to provide them facility to upload "DICOM" files as well which i…

Ali
- 5,021
- 4
- 26
- 45
1
vote
0 answers
Getting the CD/DVD drive letter when using a SaveFileDialog (burning with IMAPI2)
I am using vb.net 2.0 framework to create a WinForms application that will be used in-house. One feature of this application is to allow users to export their work as text files. This all works fine for floppy (yes, some of my users still use…

Z. White
- 11
- 2
1
vote
3 answers
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 drive while playing and have to enter key while…

sumedh prabhu
- 19
- 1
- 2
0
votes
0 answers
MediaTypes of CD/DVD in registry
I need to determine the type of disc is CD-R, CD-RW, DVD-R, DVD-RW, ...
I have found a registry key to view information about them:
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CD…

Nhat-Huy
- 1
- 1
0
votes
2 answers
Need to read the file modification/creation date & time of UDF file system
I have some DVDs with loads of pictures and I want to be able to get a list of file names, dates & times using C or C++ API calls.
Apparently the DVD is written using the UDF file system and even the Win 10 File Explorer does not show the date &…

Stacker
- 27
- 3