473,385 Members | 1,312 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Burning CDs and DVDs

How can you easily burn CDs and DVDs using C# and .NET?
Apr 26 '07 #1
4 3328
You might want to check CD/DVD burning software vendor sites who may give
managed/unmanaged SDK to develop own disc burning solutions. E.g.: Nero SDK
(http://www.nero.com/nero7/enu/SDK_API.html)

"Joachim" wrote:
How can you easily burn CDs and DVDs using C# and .NET?
Apr 26 '07 #2
Hello,
You might want to check CD/DVD burning software vendor sites who may
give managed/unmanaged SDK to develop own disc burning solutions.
E.g.: Nero SDK (http://www.nero.com/nero7/enu/SDK_API.html)
On WinXP and higher you could have the system do that, without the 3rd-party
tools. Maybe there is some API for that, maybe not … At least you could do
the following: find the shell item for the cdrom drive, copy the shell items
of files into it, then execute the “burn to cd” action on the shell item
for the CDRom drive. For all those actions you should use shell items, not
file I/O API, so that they worked just like they would in Explorer when you
drag them with mouse. This way you'll use the Explorer's build-in simplistic
CD-burning technology. I'd start from http://msdn2.microsoft.com/en-us/library/ms538005.aspx
and around that.

(H) Serge
Apr 26 '07 #3
Thank you both!

If you'd like to go with what there already is in Windows XP and above - is
there any interface which you can burn to DVDs with?

Regards,
Joachim

"Serge Baltic" wrote:
Hello,
You might want to check CD/DVD burning software vendor sites who may
give managed/unmanaged SDK to develop own disc burning solutions.
E.g.: Nero SDK (http://www.nero.com/nero7/enu/SDK_API.html)

On WinXP and higher you could have the system do that, without the 3rd-party
tools. Maybe there is some API for that, maybe not … At least you could do
the following: find the shell item for the cdrom drive, copy the shell items
of files into it, then execute the “burn to cd” action on the shell item
for the CDRom drive. For all those actions you should use shell items, not
file I/O API, so that they worked just like they would in Explorer when you
drag them with mouse. This way you'll use the Explorer's build-in simplistic
CD-burning technology. I'd start from http://msdn2.microsoft.com/en-us/library/ms538005.aspx
and around that.

(H) Serge
Apr 27 '07 #4
Hello,
If you'd like to go with what there already is in Windows XP and above
- is there any interface which you can burn to DVDs with?
I've never looked for it — maybe yes, maybe no. I've just pointed out that
you can simulate the simple “in explorer, drag'n'drop files to the cdrom
and click Burn” action programmatically.

(H) Serge
Apr 27 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Timothy Fitz | last post by:
Is there a python library to burn CDs or DVDs with? (Python or worst case C/C++) I'd rather not use some other commandline tool, but as a last resort that'd be possible too. PyPi, Google, etc turn...
4
by: Albert Leibbrandt | last post by:
Hi Can anybody tell me which windows API or python module they are using for writing cd's / dvd's with python? Thanks Albert
2
by: daokfella | last post by:
I'm hoping someone could get me started on this. I have an ASP.Net website that collects information from users for my organization. I now have a large SQL Server database that I'd like to convert...
5
by: bob6831 | last post by:
Hi. I have a Sony VAIO desktop with Pioneer DVD-RW DVR-106D drive with 5.1.2535.0 driver. I can play DVDs and CDs and write to regular blank CDs, but cannot get it to recognize either blank DVDs or...
5
by: drabina | last post by:
Hi, I am looking for a way to burn CDs from VB.NET application. I have found a lot of posts asking about that but the links provided are mostly dead. There is IMAPI but as far as I know, it is...
0
by: Eagle Vista | last post by:
Hi all, I'm not sure where else to post this, but this looks like the closest newsgroup fit. I just began watching some of the videocasts on the Tech-Ed 2007 DVDs and found that about half...
0
by: Eagle Vista | last post by:
Hi all, I'm not sure where else to post this, but this looks like the closest newsgroup fit. I just began watching some of the videocasts on the Tech-Ed 2007 DVDs and found that about half...
0
by: MC | last post by:
What software components are available for authoring and burning video DVDs from within a C# program? I know about Leadtools, which looks very good... what else is out there? Am I right in...
1
by: =?Utf-8?B?cnNoZXBwMDY=?= | last post by:
im kinda new to burning dvds. im using windows dvd maker. i have gotten it to work and can play movie on my standalone dvd player. but when it displays on my tv the movie is scruched up . peoples...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.