Results 1 to 4 of 4

Thread: Burn CD by C language

  1. #1
    Join Date
    May 2009
    Posts
    26

    Burn CD by C language

    I want to ask that how can I burn a CD or DVD by C#. I have some video file and I want to create a disc out of that. Now it is easy to do this with Nero but I want to do the same by using C#. My motive is to add up a burning service to my C# program. But I not familiar to this. Are there any API or class library for the same process. Thanks in advance.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Burn CD by C language

    XP Burn Component can help you in this issue. Here the user control can help you to create CD/DVD from your application. The only drawback of this is that you can only run this service in XP or Windows 2003. It will not work in any other operation system. The XP Burn component is a tool which enable your .net application to burn file on a rewritable cd or dvd. In this the component communicate directly to the systems IMAPI interface without using the Windows XP burning wizard.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: Burn CD by C language

    If you are using Windows Vista then you can use DVD maker. But if you have windows xp then you can do the same by using Windows Movie Maker. This works through IMAPv2. You will have to learn IMAP for this. The IMAP service enable you to run a burning service in C# application. There are also some ready made burning application which helps you to generate a automated script for the same.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Burn CD by C language

    To burn a DVD via C# you will have to first locate some information. Like first track down the driver of your optical disc drive. Then generate a new C3 class library which should included a standard set of method calls. This call will run the read/write service which will communicated to the drivers. First test it with all the supported devices. This is actually a difficult job. Because this depends on support of different types of drives. The problem here is that there is no standardized API. Some site offers you a demo project for the same.

Similar Threads

  1. Replies: 8
    Last Post: 19-04-2012, 08:12 PM
  2. Replies: 2
    Last Post: 09-02-2012, 04:41 AM
  3. Replies: 5
    Last Post: 08-08-2011, 11:16 PM
  4. Windows XP: Burner can burn CDs but cannot burn DVDs
    By Calandar in forum Windows XP Support
    Replies: 5
    Last Post: 12-01-2011, 07:48 AM
  5. Replies: 10
    Last Post: 31-05-2008, 12:38 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,141,585.20856 seconds with 16 queries