CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Formatting CDs

  1. #1
    Join Date
    Feb 2003
    Location
    Brazil
    Posts
    335

    Formatting CDs

    I’m working in a program that deal with CD in a low level and need to learn how to format a CD on Windows. My background on this stuff is that on DOS times I worked with programs that format diskettes. I think that it is an enough background. So I need a start point: books, internet sites or any other reference that could guide me on this learning. I already have made searches on net or on the windows API help but, had no success on internet searches and the Windows API help go straight to the formatting interrupts. Any help will be appreciated.

    Thank you in advance.

  2. #2
    Join Date
    May 2005
    Posts
    4,954

    Re: Formatting CDs

    maybe this article can help you: Write a UDF CDR

    Cheers
    If a post helped you dont forget to "Rate This Post"

    My Article: Capturing Windows Regardless of Their Z-Order

    Cheers

  3. #3
    Join Date
    Feb 2003
    Location
    Brazil
    Posts
    335

    Re: Formatting CDs

    Is all I was looking for, thank you very much golanshahar.

  4. #4
    Join Date
    May 2005
    Posts
    4,954

    Re: Formatting CDs

    Quote Originally Posted by Rabelo
    Is all I was looking for, thank you very much golanshahar.
    You are welcome

    Cheers
    If a post helped you dont forget to "Rate This Post"

    My Article: Capturing Windows Regardless of Their Z-Order

    Cheers

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