| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #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. |
| | |
| | #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. |
| | |
| | #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 |
| | |
| |
| |
![]() |
| 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 | |
| |
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 |