|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
CD Burning with VB.NETHi,
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 On Nov 21, 10:57 am, drabina <airm***@gmail.com> wrote:
Show quoteHide quote > Hi, I don't know of a managed library that can do this. It's possible, but> > 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 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: http://www.codeproject.com/win32/CD_Burner.asp Thanks, Seth Rowe On Nov 21, 10:57 am, drabina <airm***@gmail.com> wrote:
> Hi, I use a product called CopyToDVD to do this. It does come with its own> > 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. 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. Hi
you can find an help with xpburn at this link: http://bex.no-ip.com/xpburn/xpburn.htm Show quoteHide quote "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 > I believe that vbAccelerator.com has some code that might help you on the
way: http://www.vbaccelerator.com/home/NET/Code/Libraries/Writing_CDs/index.asp Cheers, Johnny J. Show quoteHide quote "drabina" <airm***@gmail.com> skrev i meddelandet news:8f2c550f-095a-4101-ae68-7c9d58f56326@d50g2000hsf.googlegroups.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 |
|||||||||||||||||||||||