CD Burning with VB.NET

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • drabina

    CD Burning with VB.NET

    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 not easy to
    use with VB.NET.

    So I am looking for a library or any method that will allow me to burn
    CDs including burning multiple copies of one CD.

    Any help is appreciated.

    Thanks,
    drabina
  • rowe_newsgroups

    #2
    Re: CD Burning with VB.NET

    On Nov 21, 10:57 am, drabina <airm...@gmail. comwrote:
    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 not easy to
    use with VB.NET.
    >
    So I am looking for a library or any method that will allow me to burn
    CDs including burning multiple copies of one CD.
    >
    Any help is appreciated.
    >
    Thanks,
    drabina
    I don't know of a managed library that can do this. It's possible, but
    it would require better knowledge of C / C++ than what I have to
    convert the routines.

    Anyways, codeproject did have have an article on how to do it with C /
    C++ so you might start there:



    Thanks,

    Seth Rowe

    Comment

    • zacks@construction-imaging.com

      #3
      Re: CD Burning with VB.NET

      On Nov 21, 10:57 am, drabina <airm...@gmail. comwrote:
      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 not easy to
      use with VB.NET.
      >
      So I am looking for a library or any method that will allow me to burn
      CDs including burning multiple copies of one CD.
      I use a product called CopyToDVD to do this. It does come with its own
      front end application, but all burning operations are also available
      via the command line, so it is real wasy to write your own burning app
      with it. Just Google CopyToDVD. It's also pretty cheap.

      Comment

      • =?Utf-8?B?THVjYSBQaW5hc2Nv?=

        #4
        RE: CD Burning with VB.NET

        Hi

        you can find an help with xpburn at this link:




        "drabina" wrote:
        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 not easy to
        use with VB.NET.
        >
        So I am looking for a library or any method that will allow me to burn
        CDs including burning multiple copies of one CD.
        >
        Any help is appreciated.
        >
        Thanks,
        drabina
        >

        Comment

        • Johnny Jörgensen

          #5
          Re: CD Burning with VB.NET

          I believe that vbAccelerator.c om has some code that might help you on the
          way:



          Cheers,
          Johnny J.





          "drabina" <airmimi@gmail. comskrev i meddelandet
          news:8f2c550f-095a-4101-ae68-7c9d58f56326@d5 0g2000hsf.googl egroups.com...
          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 not easy to
          use with VB.NET.
          >
          So I am looking for a library or any method that will allow me to burn
          CDs including burning multiple copies of one CD.
          >
          Any help is appreciated.
          >
          Thanks,
          drabina

          Comment

          • drabina

            #6
            Re: CD Burning with VB.NET

            Thanks guys. I will check out all the links you provided.

            Comment

            Working...