CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2003
    Location
    Germany
    Posts
    936

    Burning CD/DVD from C# application

    Hi,

    I have to burn files to a CD or DVD from inside of my application. For the moment I am looking for a good way of doing that. Any suggestions?

    The application have to run at Windows 2000 and above so the builtin CD burning solution from Windows XP is not really an alternative choice. I would use it only if nothing else is available what I can not believe. I do not want different functionality inside of my application dependend of the operating system.

    So where can I find a solution?
    Useful or not? Rate my posting. Thanks.

  2. #2
    Join Date
    Mar 2005
    Posts
    31

    Re: Burning CD/DVD from C# application

    Have a look at the Nero SDK (Software Development Kit) at http://www.nero.com/nero7/enu/SDK_API.html
    maybe that helps

    WOODZ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured