Go Back   Club CDFreaks - Knowledge is Power > International Chat: Software related > Nero SDK Discussion Forum


Commercial message



Nero SDK Discussion Forum Discuss, Add multiple files to Listbox, then burn the list of files at International Chat: Software related forum; Anyone have an example in VB that will allow the user to select files from Windows Explorer and then burn all those files to a CD/DVD?


Reply
 
Thread Tools
Old 04-01-2006   #1 (permalink)
New on Forum
 
Join Date: Dec 2005
Posts: 10
Add multiple files to Listbox, then burn the list of files

Anyone have an example in VB that will allow the user to select files from Windows Explorer and then burn all those files to a CD/DVD?
rdcrumbaker is offline   Reply With Quote
Old 04-01-2006   #2 (permalink)
CD Freaks Member
 
Join Date: Dec 2003
Location: uk
Posts: 234
Re: Add multiple files to Listbox, then burn the list of files

If you search this forum or look at the nerofiddles example you will find examples of how to burn files to CD/DVD.

You then need to merely find how to select files - you can either use the technique in nerofiddles to add files or use a filelistbox to select files - pass them to the routines you just found.
unison is offline   Reply With Quote
Old 04-01-2006   #3 (permalink)
New on Forum
 
Join Date: Dec 2005
Posts: 10
Re: Add multiple files to Listbox, then burn the list of files

I have figured out how to add the files to the listbox...but I can't get the listbox to send the files to burn.

I get overrun errors when trying to burn the disc.

It will put the volume Lable on the disc, but no files.

Thank you for your post, I will search some more...but I've came up empty so far.
rdcrumbaker is offline   Reply With Quote
Old 04-01-2006   #4 (permalink)
CD Freaks Member
 
Join Date: Dec 2003
Location: uk
Posts: 234
Re: Add multiple files to Listbox, then burn the list of files

How do you mean "can't get the listbox to send the files to burn"

Use a filelistbox control and simply read the selected files in your code.

Set the multiselect property to 2 to allow extended multiple selection or to 1 for simple multi-selection

i.e.


For I = 0 To List1.ListCount - 1
If List1.Selected(I) Then
' Add List1.List(I) to folder to be burnt, use drivelistbox &
' dirlistbox to get the path
End If
Next I
unison is offline   Reply With Quote
Old 23-03-2006   #5 (permalink)
New on Forum
 
Join Date: Dec 2005
Posts: 10
Re: Add multiple files to Listbox, then burn the list of files

What command do I need to use to burn the files from the list box?
rdcrumbaker is offline   Reply With Quote
 
Reply


If you can't find where you are looking for, then become a member and get an answer fast! We have thousands of people online every moment of the day to help you! Click here



Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Add data files to existing burn TPP Nero SDK Discussion Forum 0 05-11-2007 19:12
Add Files & Burn + VOB to ISO H0NEY Burning Software 9 06-06-2007 09:12
Eample of using ListBox to pick multiple files to burn and burn rdcrumbaker Nero SDK Discussion Forum 0 06-03-2006 17:22
how to add files to 680mb iso that has >3gb files? qwerty63 Copy Protection 0 03-01-2006 16:42
how to burn a large list (TXT) of files to CD? tariffff Burning Software 2 06-12-2005 02:34


All times are GMT +2. The time now is 19:14.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0