473,616 Members | 2,973 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Burn CD from VB.NET

I need to be able to burn a CD from VB.NET. The OS is XP so I don't care
how it does it, but not having to go through the wizard of course--and free.

I have searched and found XPBurn, but couldn't see a way to place a volume
label on the CD.

Here's exactly what I want to do:

1.) Run a program that generates a GUID product ID for the CD (I have this
part)
2.) Set the label of the new CD
3.) Burn the application files and the ID to the CD

If there is a way I can monitor when the CD drive is open or closed, etc.
That would be nice. I need to burn 100 CD's like this and just being a
matter of opening the CD, sticking in a CD-R or RW and closing it--then the
software (which would already be running with a preset (#to burn) would
start burning again with no other user interaction.

Thanks,

Shane
Aug 4 '06 #1
6 8936

SStory wrote:
I need to be able to burn a CD from VB.NET. The OS is XP so I don't care
how it does it, but not having to go through the wizard of course--and free.

I have searched and found XPBurn, but couldn't see a way to place a volume
label on the CD.

Here's exactly what I want to do:

1.) Run a program that generates a GUID product ID for the CD (I have this
part)
2.) Set the label of the new CD
3.) Burn the application files and the ID to the CD

If there is a way I can monitor when the CD drive is open or closed, etc.
That would be nice. I need to burn 100 CD's like this and just being a
matter of opening the CD, sticking in a CD-R or RW and closing it--then the
software (which would already be running with a preset (#to burn) would
start burning again with no other user interaction.
I use CopyToCD to do this with VB. It isn't free, but it is cheap, and
you can download a trial version.

www.copytocd.com

Aug 4 '06 #2
Do you have the SDK? If so can you do each of the things I mentioned with
it?
I have a normal CD burner program that will make copy after copy. I was
wanting to better automate the process and I burn a unique ID on each CD.

Thanks,

Shane

<za***@construc tion-imaging.comwrot e in message
news:11******** **************@ i3g2000cwc.goog legroups.com...
>
SStory wrote:
>I need to be able to burn a CD from VB.NET. The OS is XP so I don't care
how it does it, but not having to go through the wizard of course--and
free.

I have searched and found XPBurn, but couldn't see a way to place a
volume
label on the CD.

Here's exactly what I want to do:

1.) Run a program that generates a GUID product ID for the CD (I have
this
part)
2.) Set the label of the new CD
3.) Burn the application files and the ID to the CD

If there is a way I can monitor when the CD drive is open or closed, etc.
That would be nice. I need to burn 100 CD's like this and just being a
matter of opening the CD, sticking in a CD-R or RW and closing it--then
the
software (which would already be running with a preset (#to burn) would
start burning again with no other user interaction.

I use CopyToCD to do this with VB. It isn't free, but it is cheap, and
you can download a trial version.

www.copytocd.com

Aug 4 '06 #3

SStory wrote:
Do you have the SDK? If so can you do each of the things I mentioned with
it?
I have a normal CD burner program that will make copy after copy. I was
wanting to better automate the process and I burn a unique ID on each CD.
According to their documentation, you have to convince them that you
will be selling a product that includes their SDK code and guarentee a
minimum number of sales before they will send you a copy of the SDK.
Since I am using for my own personal use, I took their command line
version and wrote my own SDK.

You can do exactly what you ask using VB and their command line
version. The only thing you cannot do is detect if the CD tray is in or
out, but you can control CopyToCD to tell to either eject the tray
after burning or not eject the tray.

Aug 4 '06 #4
Thanks for the input!

But, can you set the volume label?

I have already found software XPBURN that will let me do a simple add files
and burn, but I want to put a label on it.

Thanks,

Shane

<za***@construc tion-imaging.comwrot e in message
news:11******** **************@ s13g2000cwa.goo glegroups.com.. .
>
SStory wrote:
>Do you have the SDK? If so can you do each of the things I mentioned
with
it?
I have a normal CD burner program that will make copy after copy. I was
wanting to better automate the process and I burn a unique ID on each CD.

According to their documentation, you have to convince them that you
will be selling a product that includes their SDK code and guarentee a
minimum number of sales before they will send you a copy of the SDK.
Since I am using for my own personal use, I took their command line
version and wrote my own SDK.

You can do exactly what you ask using VB and their command line
version. The only thing you cannot do is detect if the CD tray is in or
out, but you can control CopyToCD to tell to either eject the tray
after burning or not eject the tray.

Aug 4 '06 #5

SStory wrote:
Thanks for the input!

But, can you set the volume label?
Yes, the command line version of CopyToCD has a command switch to
specify the volume label. I use it all the time.
>
I have already found software XPBURN that will let me do a simple add files
and burn, but I want to put a label on it.

Thanks,

Shane

<za***@construc tion-imaging.comwrot e in message
news:11******** **************@ s13g2000cwa.goo glegroups.com.. .

SStory wrote:
Do you have the SDK? If so can you do each of the things I mentioned
with
it?
I have a normal CD burner program that will make copy after copy. I was
wanting to better automate the process and I burn a unique ID on each CD.
According to their documentation, you have to convince them that you
will be selling a product that includes their SDK code and guarentee a
minimum number of sales before they will send you a copy of the SDK.
Since I am using for my own personal use, I took their command line
version and wrote my own SDK.

You can do exactly what you ask using VB and their command line
version. The only thing you cannot do is detect if the CD tray is in or
out, but you can control CopyToCD to tell to either eject the tray
after burning or not eject the tray.
Aug 4 '06 #6
Thanks again.

<za***@construc tion-imaging.comwrot e in message
news:11******** **************@ p79g2000cwp.goo glegroups.com.. .
>
SStory wrote:
>Thanks for the input!

But, can you set the volume label?

Yes, the command line version of CopyToCD has a command switch to
specify the volume label. I use it all the time.
>>
I have already found software XPBURN that will let me do a simple add
files
and burn, but I want to put a label on it.

Thanks,

Shane

<za***@constru ction-imaging.comwrot e in message
news:11******* *************** @s13g2000cwa.go oglegroups.com. ..
>
SStory wrote:
Do you have the SDK? If so can you do each of the things I mentioned
with
it?
I have a normal CD burner program that will make copy after copy. I
was
wanting to better automate the process and I burn a unique ID on each
CD.

According to their documentation, you have to convince them that you
will be selling a product that includes their SDK code and guarentee a
minimum number of sales before they will send you a copy of the SDK.
Since I am using for my own personal use, I took their command line
version and wrote my own SDK.

You can do exactly what you ask using VB and their command line
version. The only thing you cannot do is detect if the CD tray is in or
out, but you can control CopyToCD to tell to either eject the tray
after burning or not eject the tray.

Aug 4 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
2565
by: hokiegal99 | last post by:
Hi Again, I have Macs, Windows and Linux PCs. I'd like to have a generic HDD burn in program to test new drives on all platforms. I know Python is portable enough to handle the platform differences, but would it be a good language for this type of application? The process would involve lots of reads and writes all over the drives for an extended period of time (several hours). Anybody else done something similar to this? Any suggestions?
2
1575
by: jack | last post by:
Hello, I would like to burn a CD or DVD in my VB.NET Program. Can this be done? Thanks, Jack
2
1557
by: Bernie | last post by:
Hi, I'm very new to .NET but have been using VB since version 5. I need a way to write a backup file to CD without user intervention. A command line batch file would be easiest but I also want to use the "write to CD" facilities of WinXP and don't want the user to have to pay for a third party program like Nero which has command line capabilities. Is there any way this can be done with a console app? (or any other way for that matter) ...
5
2481
by: Sobhan.Vezzu | last post by:
Hi All, In our project we need to burn CD/DVD according to the size/availability. For this we chose www.binarymagics.com software and we are having many issues with this. Have people tried any other 3rd party softwares? If so any suggestions will be appreciated. Regards Sobhan
2
2256
by: Elioth | last post by:
Hi, I want to know, how to burn CD from VB 2005 ?. First burn data CD and then Audio CD. Thanks for all help. Elioth Collazo
1
1278
by: =?Utf-8?B?ZGF2aWQ=?= | last post by:
when trying to burn a track from burn list a pop up says insert blank disc.when i do this the disc is recognized on the lhs of screen in d drive but not on rhs of screen where it says insert blank disc.every time i press start burn the pop up says insert blank disc,i keep doing this but i just keep going around in circles.any thoughts on this.
6
2670
by: Academia | last post by:
I have a computer at home with a (slow) dialup connection and a computer at school with a fast connection. I want to go there (it is not close) and down load Vb2008 express, burn it into a CD, bring it home and install it on my home computer. Someone told me it can't be done. Is there a way of doing that?
4
6638
by: Jerry Spence1 | last post by:
I am creating a project involving video files and I need to be able to offer the user the ability to burn the result to DVD. I don't need any fancy titles, transitions or anything. I know there are nice tools such as Nero, but it would be nice to keep it all within my application. Does anyone know how to do this? Are there any ActiveX components to help? Thanks -Jerry
0
8146
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8592
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8297
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8449
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7121
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5550
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4141
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2579
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1759
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.